Live site: https://daily-digest-feed.netlify.app/
This is the front-end application for a full-stack news platform, designed to display and interact with articles, topics, and user comments. Users can browse articles by topic, view full article content, upvote articles, and post/delete comments (if logged in).
Built using React, this responsive single-page application consumes data from a RESTful API built in the back end.
- View a list of all articles or filter by topic
- View full article details
- Add like to articles
- View and post comments
- Delete your own comments
https://github.com/Sofia-Madryha/news-be.git
- Node.js version > 20.0.0
To run this project locally, follow these steps:
- Clone the repository
- git clone https://github.com/Sofia-Madryha/news-fe
- Move into the project directory
- cd news-fe
- Install dependencies
- npm install
- Start the development server
- npm run dev
By default, the app will run on http://localhost:5173
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders (https://northcoders.com)