This project I made as part of the Front End module at Northcoders. It is a React app that displays news using a RESTful API that was created as my Back End Project. The articles can be filtered by topic and sorted by date, comments, votes and title and all of them can be ordered by ascending or descending order. You can also log in with a predefined user and upvote or downvote articles, write and delete comments.
https://github.com/ismaelpaul/fe-nc-news.git
cd fe-nc-news
npm install
npm start
The app should open in your browser on http://localhost:3000/
- Node.js version 16.17.0
- npm version 8.15.0