Skip to content

Latest commit

 

History

History
49 lines (24 loc) · 988 Bytes

README.md

File metadata and controls

49 lines (24 loc) · 988 Bytes

NC-News

NC-News is a social news aggregation, web content rating and discussion website.

Link to deployed version on Netlify:

https://nc-news-wiezien.netlify.app/

Project Summary

  • Functionality: Users can read articles, vote on them and post and delete comments.

  • Authentication: There is no sign-in authentication as it was not a focus for this project.

  • Technologies Used: React and Vite are installed.

  • API Access: The project leverages the API’s from my News API backend project.

Here is a link to the hosted version on Render:

https://news-api-project-hnma.onrender.com

Getting Started

Prerequisites

Minimum version required to run project:

  • Node.js 21.6.1

Installation

  1. Clone the repository to your local machine:

git clone https://github.com/Wiezien/NC-News.git

  1. Navigate into the cloned folder:

cd nc-news

  1. Install all necessary dependencies:

npm install

  1. Run the development server: npm run dev