Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.