Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksandromilenkov/usepopcorn
React.js app for searching for movies
https://github.com/aleksandromilenkov/usepopcorn
customhooks customhooksreact react
Last synced: about 1 month 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 (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-19T19:49:34.000Z (9 months ago)
- Last Synced: 2024-04-20T19:12:46.898Z (9 months 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.