thealmarques / netflix-react

Netflix dashboard page written in React using hooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Netflix - A React implementation

This project is an implementation of the most known streaming platforms in the world.

Mobile Demo

Desktop Demo

Technologies

  • React 16.9 with Hooks (Typescript based)
  • Redux
  • React Router
  • Sass
  • React app rewired (+ webpack override)

Dependencies

This project dependends on my other repository (Golang media provider) to serve media files in order to reproduce videos.

Installation

Clone this repository into your local PC and run

npm install

Usage

To run the application just run the following command

npm start

Todo

[] Add static transitions

[] Refactor carousel slider

[60%] Complete BEM Methodology in Sass (missing dashboard and carousel components)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

Netflix dashboard page written in React using hooks

License:MIT License


Languages

Language:TypeScript 61.7%Language:SCSS 34.9%Language:HTML 3.1%Language:JavaScript 0.4%