This is a front-end application that serves the data from my backend project using React,js, JavaScript, HTML, CSS and React Bootstrap. Users can:
- Access all of the articles
- Filter them by category
- Search by keyword
- Comment and Vote on articles (both rendered optimistically)
- Delete their own comments
https://camvale-ncnews.netlify.app
* The site may take a few minutes to load data after inactivity.
https://github.com/CamVale/NC-News-Backend-Project
To run this project locally, input the following to your terminal:
git clone https://github.com/CamVale/NC-News-Frontend-Project
cd nc-news-frontend-project
npm install
npm run devVite will then host the project and post a link in the terminal.
Node v18.12.1 is required for this project.