Try out the hosted app here: https://dw-nc-news.netlify.app/
This app was made during a skills bootcamp run by Northcoders
This app is the front end which connects with an express API, that I made for the back end: https://github.com/duncan-s-white/news-api
It is a React app using the Material UI Library.
The app design is mobile first, although it can be used on a desktop computer / monitor, and most other devices.
This project uses 'Continuous Deployment' functionality to build and deploy to Netlify whenever code is updated on the main branch of this repository.
git clone https://github.com/duncan-s-white/fe-nc-news.git
npm install
npm start
You can then view the project in a browser at http://localhost:3000/
Node.js: v16