Welcome to Joey's NC News! This app is a live message board using a server built by me.Log in at the top right corner and feel free to have a look around as any of the pre-seeded users. You can post and delete comments, view articles and vote on anything.
Link to deployed site: https://nc-news-joebailey1000.netlify.app/
Link to backend repo: https://github.com/joebailey1000/news-api
The server is also live, but may take a few seconds to spin up when the site is first loaded.
This project requires Node v20.5.1 at minimum.
To run locally some set up must be done first:
Clone the repo in the terminal:
- git clone https://github.com/joebailey1000/nc-news
Navigate into the cloned directory, then install dependencies:
- npm install axios react react-dom react-loader-spinner react-router-dom
The site can now be run with the command
- npm run dev