I built the frontend for a social media news service similar to reddit, where a user can post articles relating to a topic. Other users can comment and leave votes too. It was built using React, JavaScript, HTML, CSS, Vite and Axios.
Backend Github repo: https://github.com/AudeNgD/nc-news Hosted version: https://nc-news-uld9.onrender.com/
- Fork and clone the repo here https://github.com/AudeNgD/nc-news-app
- In your local repo, install the dependencies by running
npm i
- Run
npm run dev
to run the app on your local server
- Node version: v21.3.0