The main goal of NewsBreak is to aggregate breaking US news stories from multiple sources.
#Technology Built in React using NewsAPI API
- View and read top stories
- Browse stories by category
- See when story was published and by what news outlet.
To run this application, you will need to add the following variables to your .env
REACT_APP_API_KEY
- Clone the project repository
- Install Related dependencies
- Create .env file at the root of the project
- Create and account and retrieve an API key for NewsAPI API at the link below https://newsapi.org/account
- Run command npm start in your terminal to view project in your browser