The InnoScripta NewsRoom is a web application that allows users to view news articles from various sources. The application is built using the React framework and the News API from newsapi.org.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
In order to run this container you'll need docker installed.
- clone the repo
git clone https://github.com/harshitsangani/innoscripta-newsroom.git
- cd into cloned repo
cd repo
- install dependencies
yarn
- run the app
yarn dev
- clone the repo
git clone https://github.com/harshitsangani/innoscripta-newsroom.git
- cd into cloned repo
cd repo
- build the app
docker build -t innoscripta-newsroom .
- run the app
docker run -p 3000:3000 -ti innoscripta-newsroom
- run the app
docker run -p 3000:3000 -ti harshitsangani/innoscripta-newsroom
VITE_NEWS_API_API_KEY
- API key for the News API
This project is licensed under the MIT License - see the LICENSE.md file for details.
- NewsAPI.org