Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 start

npm run build
```