https://github.com/shevchenkool/react-movies
https://github.com/shevchenkool/react-movies
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shevchenkool/react-movies
- Owner: ShevchenkoOl
- Created: 2023-01-05T20:56:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T23:45:43.000Z (about 2 years ago)
- Last Synced: 2025-04-11T12:06:02.576Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://shevchenkool.github.io/goit-react-hw-05-movies/
- Size: 2.31 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.