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.
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