Skip to content

Display news feed of various articles and each article has a section for comments.

License

Notifications You must be signed in to change notification settings

ViaxCo/news-app

Repository files navigation

news-app

This app displays a news feed of various articles. Built using Next.js and Currents API to fetch news.

The firestore branch contains the exact project built with Firestore.

The rt-db branch contains the exact project built with Realtime Database.

How to use

Clone the project:

git clone https://github.com/ViaxCo/news-app.git

Install dependencies:

npm install

Create a .env.local file for these environment variables:

API_KEY=

The API_KEY is your Currents API API key

Run the dev server:

npm run dev

Build out the project for production:

npm run build