Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.05 KB

Readme.md

File metadata and controls

44 lines (34 loc) · 1.05 KB

What to watch

About project

"What to watch" is a new generation online cinema. Watch new films absolutely for free and in the best quality. Leave reviews, rate and choose only the best from the world of big cinema.

The app allows to:

  • watch, play, pause, fullscreen every film by the videoplayer;
  • add favorite film in My List;
  • filter films by genre;
  • login in profile;
  • leave reviews after login;
  • watch preview of the film after hover on small film card;

Check the Demo

Stack

  • React (TypeScript)
  • React Router v.6
  • Redux
  • Webpack

⚙️ How To Run Locally

  1. clone repo with:
git clone git@github.com:BentonFraizer/what-to-watch.git
  1. go into the project folder with:
cd what-to-watch/project/
  1. install all dependencies with:
npm install
  1. run in the dev mode with:
npm start