The deployed version of this project can be accessed here.
This project is NorthCoders News, a web application that serves as a news aggregator platform. The app provides various functionalities:
- Homepage: Lists all articles with sorting and ordering options.
- Topic Page: Displays a list of topics, and clicking on a topic will filter and display only articles related to that topic.
- Article Interactions: Users can upvote, downvote, and comment on articles.
- Comment Display and Deletion: Users can view other users' comments and delete their own comments.
The backend repository for this project can be found here.
Ensure you have the following installed:
- Node.js (Minimum required version: Node v14.0.0)
- Clone this repository:
git clone https://github.com/Onion1994/fe-nc-news
- Navigate into the project directory:
cd fe-nc-news
- Install dependencies:
npm install
- Run the application:
npm run dev