This project is the react front end of a full-stack news-article application demonstrating technologies and skills learnt during the Northcoders software engineering bootcamp.
Find this project deployed here: https://chris-loach-nc-news.netlify.app/
And here: https://www.christianloach.com/
This project uses a REST API server, the repo for which can be found here: https://github.com/henryloach/be-nc-news/tree/main
The server is hosted here: https://be-nc-news-uc0d.onrender.com
Endpoints available at https://be-nc-news-uc0d.onrender.com/api
https://github.com/henryloach/fe-nc-news
build using node version v22.5.1
To run this project locally:
Clone the repo:
git clone https://github.com/henryloach/fe-nc-news
Enter the project directory:
cd fe-nc-news
Install the required modules: npm install
Run the dev server: npm run dev
The dev server can then be opened using a web browser.
This portfolio project was created as part of a Digital Skills Bootcamp in Software Engineering provided by Northcoders