https://simplerddit.netlify.app/
A website which attempts to emulate some of the functionality of the popular website Reddit. Users can view articles, vote on them and post and delete comments
This project provides a front end that interacts with a previously created backend (https://news-site-backend.onrender.com/api) to display articles to an end user.
It includes support for:
- Viewing a list of all articles
- Viewing articles by topic
- Viewing an individual article
- Posting a new article
- Deleting an article a user has posted
- Editing an article a user has posted
- Sorting & ordering articles
- Viewing a list of comments associated with an article
- Voting on an article
- Posting a new comment to an existing article
- Deleting comments
git clone https://github.com/JoeDGit/simple-reddit
cd
into the root directorysimple-reddit
- run
npm install
to install the project dependencies. - run
npm start
The minimum version of Node.js
is >= 18.11.0