This is a clone of the popular Netflix website with reduced functionality.When you log in to a web site, create a new user or use an existing user test@test.com 112233 enter the closed page of the movie list. Information about authorized users is stored in localStorage. Use the styled-component to model the component and subdivide it into small pieces. The data is stored on a remote firebase server. Movie search will quickly find the desired one from the list of categories
git clone git@github.com:Bukovski/react-netflix-ts.git
cd react-netflix-ts
npm install
npm run start/home page/signinsignIn page/signupsignUp page/browseprotection page with movie list
- styled-components improved styling of react components
- normalize.css CSS resets, makes browsers render all elements more consistently and in line with modern standards.
- react-router-dom fully-featured routing library for the React
- firebase contains the database for the application
- fuse.js dynamic search for app
- gh-pages publish files on GitHub live page
- coveralls - coverage reporting of coveralls.io and add a cool coverage button


