Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.21 KB

File metadata and controls

40 lines (25 loc) · 1.21 KB

first-react-project

  • A demo using React on fetching data using fetch() from News API to display 70 news articles.
  • User can filter articles by content using the filter bar on top of the page.
  • User can delete each article after reading.
  • A live demo is available via link https://jumpstart-first-react-project.herokuapp.com/.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Steps to download app to your local machine

1. Fork the repo.
2. $ git clone https://github.com/lootster/first-react-project.git
3. $ npm install 

Deployment

You may use Heroku or Netlify to deploy the app after pushing the code to your Github

Built With

Authors

Acknowledgments