Welcome to the IMDb Clone App! This project is a web application that replicates some features of IMDb, including a movie carousel and a movie list.
Check out the live demo of the IMDb Clone App here.
- Display popular movies in a carousel.
- View movie details.
- Responsive design.
- Clone the repository:
git clone https://github.com/shelbybosss/imdb-clone.git
cd imdb-clone
- Install dependencies:
npm install
- Start the development server:
npm start
- Build for production:
npm run build
- Home Page: Displays a carousel of popular movies.
- Movie List: View a list of movies based on different criteria.
- Movie Detail: View detailed information about a specific movie.
- React: JavaScript library for building user interfaces.
- React Router: Declarative routing for React applications.
- React Responsive Carousel: Responsive carousel component.
- TMDB API (Application Programming Interface)
- CSS: Styling of the application.