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
- Host: GitHub
- URL: https://github.com/dmitriygorohov/movie-search-app
- Owner: DmitriyGorohov
- Created: 2021-10-18T19:16:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T08:49:31.000Z (over 3 years ago)
- Last Synced: 2025-01-11T11:18:02.229Z (4 months ago)
- Topics: axios, react, react-redux, react-router-dom, react-slick, redux, reduxjs-toolkit
- Language: JavaScript
- Homepage:
- Size: 6.06 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)


