This React website is a social news aggregation, web content rating, and discussion website. It has articles which are divided into topics. Each article has user curated ratings and can be up or down voted using a back-end API project that I have created previously (project repo). Users can also leave comments about the article.
- You can run the website locally by first cloning this repo to your local machine by running this commmand in your terminal.
git clone https://github.com/zakaria552/nc-news.git
- Install all the dependencies that the application requires by running this command.
npm install
- After completing installation run the start script to start locally hosting.
npm start