Netflix slider and searchbar, recreated using react with hooks, powered by Movie Database API. Demo link
- Slide movies Left,Right or Reset to zero.
- Expand on hover exactly the same as in netflix respecting edges.
- Small index element with current slide row.
- On slide item click, show additional information.
- show genres, cast or similar movies.
- Poster style slider
- Search bar for movies using css grid.
- Load more button in search screen
This is a small project created to learn a little bit about react hooks, the mayority of the css is taken from netflix's website using web devtools.
There might be things broken in other web browsers, tested only on firefox.