Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shxntanu/usepopcorn
A React App for fetching movie database data.
https://github.com/shxntanu/usepopcorn
Last synced: 15 days ago
JSON representation
A React App for fetching movie database data.
- Host: GitHub
- URL: https://github.com/shxntanu/usepopcorn
- Owner: shxntanu
- Created: 2023-07-16T06:23:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-10T04:23:00.000Z (over 1 year ago)
- Last Synced: 2023-09-10T04:38:23.942Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://usepopcorn-but-better.netlify.app/
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍿 usePopcorn
A simple React app that fetches data from the OMDb movie database and let's users add movies to their watched list.
## Deployment
https://usePopcorn-but-better.netlify.com## Learnings
- Data fetching using APIs
- Destructuring API Requests
- useEffect React hook
- Components as an API
- State
- Prop Drilling
- Local Storage
- Component Division
- Routing
- React Router DOM
- Netlify Hosting## Use it yourself
Install Git on your device. Then in the terminal run
```
git clone https://github.com/shxntanu/usePopcorn.git
```## Screenshots