Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bentonfraizer/what-to-watch
"What to watch" is a online cinema. Like Netflix, but smaller.
https://github.com/bentonfraizer/what-to-watch
react react-router redux typescript
Last synced: about 15 hours ago
JSON representation
"What to watch" is a online cinema. Like Netflix, but smaller.
- Host: GitHub
- URL: https://github.com/bentonfraizer/what-to-watch
- Owner: BentonFraizer
- Created: 2022-07-06T13:33:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T22:32:47.000Z (8 months ago)
- Last Synced: 2024-12-18T02:32:30.206Z (about 2 months ago)
- Topics: react, react-router, redux, typescript
- Language: HTML
- Homepage: https://bentonfraizer.github.io/what-to-watch/
- Size: 4.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: Contributing.md
Awesome Lists containing this project
README
# 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](https://external.ink?to=/bentonfraizer.github.io/what-to-watch/)
### Stack
- React (TypeScript)
- React Router v.6
- Redux
- Webpack### ⚙️ How To Run Locally
1. clone repo with:
```
git clone [email protected]:BentonFraizer/what-to-watch.git
```
2. go into the project folder with:
```
cd what-to-watch/project/
```
3. install all dependencies with:
```
npm install
```
4. run in the **dev** mode with:
```
npm start
```