This repository contains the source code for a news web application that was built using React.
The live site can be viewed here
Due to some api restrictions, the live demo will not load news articles any more. Watch out for version 2
- Routing
- Redux
- Code Splitting
- Infinite Scrolling
- Searching
- Currency Conversion
- Responsiveness
-
Star the repository 🌟
-
Fork the repository
-
Clone to your local machine
-
Head over to newsapi.org and get your API key
-
Go to fixer.io and obtain your key
-
Create a .env file in the root of the repository and insert the following
REACT_APP_API_KEY="[YOUR NEWS API KEY]"
REACT_APP_CURRENCY_KEY="[YOUR FIXER API KEY]"
- Save, and then in your terminal run
npm start
in the root directory.
- Have fun coding 💻
This project was bootstrapped with Create React App.