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

https://github.com/shevchenkool/react-movies


https://github.com/shevchenkool/react-movies

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

## Movie search
Creation for help Create React App. Basic routing has been created for the movie search and storage application. For the backend, use ```themoviedb.org API```. The following endpoints are used in this work:
1. /trending/get-trending list of today's most popular movies to create a collection on the main page;
2. /search/search-movies search for a movie by keyword on the movies page;
3. /movies/get-movie-details request full movie details for movie page;
4. /movies/get-movie-credits request cast information for a movie page;
5. /movies/get-movie-reviews request reviews for a movie page.

## How to Use the Repository

1. Clone the repository: `git clone https://github.com/ShevchenkoOl/react-movies.git`

2. use ```npm install``` command to install package dependencies

3. Navigate to the relevant section to explore the corresponding material.

4. Open files and study the provided code examples.

## Author
This repository was created and maintained by [Oleksii Shevchenko](https://shevchenkool.github.io/portfolio/). Questions, suggestions and feedback can be directed to [email](uzlabini@gmail.com) or [linkedin profile](linkedin.com/in/oleksii-shevchenko-535ab61b8).
If you have any questions or suggestions, feel free to create an issue or submit a pull request.