Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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