NC News is a web application built on React using the NC News API. It allows users to view and interact with news articles from various topics.
Visit https://nc-adam-news.netlify.app in your web browser to view the app.
note: API may take some time to load
To use the NC News App, you can follow these steps:
- Clone the repository:
git clone https://github.com/adamkow/nc-news
- Navigate to the project directory:
cd nc-news
- Install dependencies:
npm install
- Start the development server:
npm start
The backend for this project is hosted on GitHub. You can find it at https://github.com/adamkow/news.
- Node.js version: 21.5.0