NC-News is similar to Reddit.
Users can:
- read a random article from the home page
- view and select topics
- sort articles and order them
- read articles
- go back to previous page from a single article page
- like an article
- unlike an article
- comment on an article
- delete their own comments
Features to add (dependent on backend capability being added):
- User accounts
The minimum version of Node required to run locally is v19.8.1.
How to Run:
- Clone the repo
- CD into the repo
- Install dependencies (npm i)
- npm run dev