The aim of this project was to create a mock news web app using React. For the backend, user information, articles and comments are shared by my news API, found here. This project has been deployed and can be visited here.
- Users can browse articles by topic and sort by a range of options
- Users can upvote articles
- Users can add and remove comments
git clone https://github.com/harrycs1/fe-nc-news.git
npm install
npm run dev
- node v21.1.0