- 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/.
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.
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
You may use Heroku or Netlify to deploy the app after pushing the code to your Github
- React using create-react-app
- CSS
- API key from News API
- Sheldon Lim
- Instructors from ThoughtWorks JumpStart!