Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leye195/nokflix
Nokflix with React, Redux, Redux-saga, Styled-components and TMDB API
https://github.com/leye195/nokflix
react redux redux-saga styled-components tmdb-api
Last synced: 20 days ago
JSON representation
Nokflix with React, Redux, Redux-saga, Styled-components and TMDB API
- Host: GitHub
- URL: https://github.com/leye195/nokflix
- Owner: leye195
- Created: 2020-05-15T10:15:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T11:03:17.000Z (4 months ago)
- Last Synced: 2024-09-07T12:24:39.110Z (4 months ago)
- Topics: react, redux, redux-saga, styled-components, tmdb-api
- Language: JavaScript
- Homepage: https://nokflix.netlify.app/
- Size: 711 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nokflix
- Nokflix with React, Redux, Redux-saga, Styled-components and TMDB API
[![HitCount](http://hits.dwyl.com/leye195/Nokflix.svg)](http://hits.dwyl.com/leye195/Nokflix)
## Preview-Link
[링크] https://nokflix.netlify.app/
![image](https://github.com/user-attachments/assets/3ce2d402-f313-4dcf-8474-d9fbc3c4c2f8)
![image](https://github.com/user-attachments/assets/9508b568-8951-4bc5-853a-421909f33d10)
![image](https://github.com/user-attachments/assets/3fdce0e0-a727-4926-95af-80dd3221c983)
![image](https://github.com/user-attachments/assets/9562b007-e9f7-4b7b-9789-f8873bffe1de)
## Screens
- [x] Home
- [x] Movie
- [x] TV Shows
- [x] Search
- [x] Detail
- [x] Person
- [x] Season## API Verbs
- [x] Now Playing (Movie)
- [x] UpComing (Movie)
- [x] Airing Today (TV)
- [x] Top Rated (TV,Movie)
- [x] Popular (TV,Movie)
- [x] Detail (TV,Movie,People)
- [x] Recommendations(TV,Movie)
- [x] Search (TV, Movie)
- [x] Credit (TV, Movie)## install
```
npm install
```## start and build
```
npm run startnpm run build
```