It is a movie database, a simplified version of TheMovieDB. Main functionality:
React
Redux Toolkit
React Router
The Movie Database API
Downshift
Swiper React
React Transition Group
React Bootstrap
1. You can download this repository by clicking Code
at the top, then selecting Download ZIP
or if you want to clone this repository you can do this by
git clone https://github.com/Lethteria/movie-search
2. For installing all packages in the project directory run:
npm install
3. Then run the app in the development mode:
npm start
Open http://localhost:3000 to view it in your browser.