Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```