Skip to content

This repo contains the code base for the news web app I'm building with react js

Notifications You must be signed in to change notification settings

Irene-24/react-news-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This repo contains the code base for the news web app I'm building with react js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published