Skip to content

Latest commit

 

History

History
58 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

58 lines (29 loc) · 1.17 KB

React News App

This repository contains the source code for a news web application that was built using React.

Image of the site homepage

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

Features

  • Routing
  • Redux
  • Code Splitting
  • Infinite Scrolling
  • Searching
  • Currency Conversion
  • Responsiveness

How to use this repo

  1. Star the repository 🌟

  2. Fork the repository

  3. Clone to your local machine

  4. Head over to newsapi.org and get your API key

  5. Go to fixer.io and obtain your key

  6. 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]"


  1. Save, and then in your terminal run

npm start

in the root directory.

  1. Have fun coding 💻

This project was bootstrapped with Create React App.