Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T08:22:29.000Z (about 2 years ago)
- Last Synced: 2023-08-07T01:24:31.586Z (over 1 year ago)
- Topics: carousel, hooks, netflix, react
- Language: TypeScript
- Homepage: https://toy-netflix-carousel.kierb.com
- Size: 9.47 MB
- Stars: 4
- Watchers: 2
- 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).![Preview](preview.jpg)
### Setup
- Install the dependencies
```bash
npm i
```- Start Parcel, and you're all good.
```bash
npm start
```