Live Link : https://news-northcoders.netlify.app/
NC news is a social news aggregator built with React and styled with Material-UI. This projects consumes an API served by an Express Server and displays articles across different topics.
Packages used
To run this app in your local machine please follow the next steps
-
In your terminal paste this command >>
git clone https://github.com/AngelosGR21/nc-news.git
to clone the repository in your system. -
Make sure you run
npm install
to install all dependencies needed. -
After all dependencies have been installed run the command
npm run start
-
A new browser window or tab should open aaand you're good to go!
- Node : 18.4.0
- React : 18.1.0
- React-router-dom: 18.1.0