Skip to content

ch3wyb01/becca-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NC News

This project was created with React. It allows users to sign in and view, comment and vote on articles written about various topics.

Hosted version: https://becca-news.netlify.app
Backend repo: https://github.com/ch3wyb01/news | Hosted backend: https://becca-news.herokuapp.com/api

note: log in as one of the pre-defined users:

  • tickle122
  • grumpy19
  • happyamy2016
  • cooljmessy
  • weegembump
  • jessjelly

How to run this app locally

Clone the repo:

  • cd into the directory where you would like the app to be stored
  • clone the repo by using the command git clone https://github.com/ch3wyb01/becca-news.git in your terminal.
  • cd into the newly created directory

Once in the project directory:

Install dependencies:

  • use the command npm i to install all dependencies.

Run the app:

The page will reload when you make changes.
You may also see any lint errors in the console.