https://github.com/shxntanu/usepopcorn
🍿 A React App for fetching movie database data.
https://github.com/shxntanu/usepopcorn
portfolio
Last synced: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-10T04:23:00.000Z (over 1 year ago)
- Last Synced: 2025-02-12T07:24:12.391Z (3 months ago)
- Topics: portfolio
- Language: JavaScript
- Homepage: https://usepopcorn-but-better.netlify.app/
- Size: 8.32 MB
- Stars: 2
- 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
![]()
![]()
![]()
![]()