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

https://github.com/dmitriygorohov/movie-search-app

Приложение Кинотеатр на redux
https://github.com/dmitriygorohov/movie-search-app

axios react react-redux react-router-dom react-slick redux reduxjs-toolkit

Last synced: 3 months ago
JSON representation

Приложение Кинотеатр на redux

Awesome Lists containing this project

README

        

### Приложение Кинотеатра на redux

---

`npm run start`

### API Used

[The Open Database APIs](http://www.omdbapi.com/)

- Method: `GET`
- API: `http://www.omdbapi.com?apiKey=${APIKey}&s=${movieText}&type=movie`
- TypeDetail: `http://www.omdbapi.com?apiKey=${APIKey}&i=${imdbID}&Plot=full`
- Series: `http://www.omdbapi.com?apiKey=${APIKey}&s=${seriesText}&type=series`

### Libraries used

- `scss`
- `axios`
- `react-router-dom`
- `redux`
- `react-redux`
- `@reduxjs/toolkit`
- `react-slick`
- icon: `boxicons.com`

---

### Font

- Font Link: [fonts.google.com](https://fonts.google.com/specimen/Montserrat?query=m)

![screen1](screen1.png)
![screen1](screen2.png)
![screen1](screen3.png)