A JavaScript front-end app which aims to mimic a social news aggregation, web content rating and discussion website (e.g. Reddit).
Website: https://nc-news-fe.vercel.app/
The back-end API for this project can be found here:
https://github.com/pigeonwatcher/NC-News-BE
-
Install Node.js:
- Node.js(v21.2.0)
-
Clone this repo:
git clone https://github.com/pigeonwatcher/NC-News-FE.git
-
Run
npm installto install dependencies. -
Finally, run
npm run devto host the server locally.
Massive thanks to my mentors Pippa, Katherine, John, and Rich at Northcoders for their valuable feedback throughout this project! :)