Skip to content

Sofia-Madryha/news-fe

Repository files navigation

Overview

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.

Features

  • 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

Back End Repository

https://github.com/Sofia-Madryha/news-be.git

Running Locally

  • Node.js version > 20.0.0

To run this project locally, follow these steps:

  1. Clone the repository
  1. Move into the project directory
  • cd news-fe
  1. Install dependencies
  • npm install
  1. 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published