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

portfolio

Last synced: about 1 month ago
JSON representation

🍿 A React App for fetching movie database data.

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