https://jakes-nc-news.netlify.app/
The front end project for a news blog, made during the northcoders bootcamp. Allows users to view and post news articles, sort and filter by category, and vote and comment on articles.
Backend repo: https://github.com/jakewilliams33/Jakes-NC-News
- Minimum required version of node: v18.3.0
To run this project locally, clone this repo into your chosen directory:
git clone https://github.com/jakewilliams33/nc-news-jake.git
cd into the project directory:
cd nc-news-jake
Run the start script
npm start