MovieLab App is a web application that shows the popular, trending, top-rated series and movies to users using TMDB API data, you can access detailed information about these series and movies, and you can search within the site.
You can access the live demo application from the link below.
https://movielab-app.vercel.app
- Trending, popular or top-rated series or movies can be accessed from the home page.
- Details of the movie can be accessed on the poster that appears on the banner on the main page.
- Detailed information can be accessed by clicking on the TV series or movies on the carousels on the main page.
- You can search for the TV series or movie you want on the site.
- The Discover section shows movies that you can discover for you.
- On the Movies and TV series page, you can browse the series and movies that have been released recently.
- React
- React Redux
- TailwindCSS You can find libraries that I used in package.json file.
- [] Responsive setting for search bar
- [] Responsive setting for search bar when video is opened
- [] In mobile view, the sidebar will be turned on and off with a button
- [] z-index adjustment will be made for elements.
Clone the project.
git clone https://link-to-project
Go into the project file.
cd my-project
Install require packages.
npm install
Start the server.
npm run dev