Welcome to NC News - a news app dedicated to delivering information on a variety of topics.
A hosted version of the project is available here: NC News
Note: The API is hosted on a free-tier plan, which may result in longer initial load times as the server spins up
This project is powered by an API backend using Node.js, Express and PostgreSQL which you can find at the following repository: News API
- Browse articles across a range of topics
- Filter and sort articles to find exactly what interests you
- Vote on articles and contribute to the community
- Sign in or Register to engage in discussions through the comments section
To run this project locally, follow these steps:
- Clone this repository:
git clone https://github.com/reemhd/fe-news-app.git
- Change into the project directory:
cd fe-news-app
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit http://localhost:3000 to explore the app.
Enjoy your journey through the world of NC News!