https://github.com/srph/toy-netflix-carousel
Coding exercise implementing Netflix's hover effect trademark on its carousel
https://github.com/srph/toy-netflix-carousel
carousel hooks netflix react
Last synced: about 1 year ago
JSON representation
Coding exercise implementing Netflix's hover effect trademark on its carousel
- Host: GitHub
- URL: https://github.com/srph/toy-netflix-carousel
- Owner: srph
- Created: 2019-08-03T04:18:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:22:29.000Z (over 3 years ago)
- Last Synced: 2025-03-25T21:22:10.966Z (over 1 year ago)
- Topics: carousel, hooks, netflix, react
- Language: TypeScript
- Homepage: https://toy-netflix-carousel.kierb.com
- Size: 9.47 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## toy-netflix-carousel
Coding exercise implementing Netflix's hover effect trademark on its carousel. [View demo](https://github.com/srph/toy-netflix-carousel) / [View video](https://www.youtube.com/watch?v=MsPPdYaCozs).

### Setup
- Install the dependencies
```bash
npm i
```
- Start Parcel, and you're all good.
```bash
npm start
```