Deployed Application URL: https://nc-news-da.netlify.app/articles
This project is the front end react application for News type application. It was built for the purpose of displaying the back end data and allowing the user to interact with that data such as posting a comment on an article, sorting articles based on some query. The intention here is to mimic the building of a real world front end (such as Reddit) which consume the data coming from the back end architecture. It was created as part of the Northcoders software development bootcamp.
Link to project back-end repo: https://github.com/drewanderson201/be-nc-news
To run this project locally complete the following steps:
- clone this repo locally using "git clone https://github.com/drewanderson201/fe-nc-news.git" in terminal
- run "npm install"
- run "npm run dev"
- copy the localhost url into the browser
Node v21.1.0 Required