https://github.com/aleksandromilenkov/usepopcorn
React.js app for searching for movies
https://github.com/aleksandromilenkov/usepopcorn
customhooks customhooksreact react
Last synced: about 2 months ago
JSON representation
React.js app for searching for movies
- Host: GitHub
- URL: https://github.com/aleksandromilenkov/usepopcorn
- Owner: aleksandromilenkov
- Created: 2024-04-02T20:00:44.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T19:49:34.000Z (about 2 years ago)
- Last Synced: 2025-03-26T10:48:28.073Z (about 1 year ago)
- Topics: customhooks, customhooksreact, react
- Language: JavaScript
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#usePopcorn
This is React.js application for searching for movies, rate them, add them to watched list, remove them from watched list and more.
Here I'm using the omdbapi api which is free and returns movie data based on movie name.
I'm using custom react hooks and all the react other built-in hooks.