Welcome to Movie Expo, a web application built with ReactJS that allows users to explore and search for movies using The Movie Database (TMDb) API.
- Explore and search for movies
- View details about each movie, including title, release date, genre, and cast
- Movie categorization
- Movie detail page
- Check out the demo of the Movie Expo web app by vercel.
- Check out the demo of the Movie Expo web app by netlify.
- ReactJS
- The Movie Database (TMDb) API
- Vercel (for deployment)
To use the Movie Expo web app locally, follow these steps:
- Clone this repository:
git clone https://github.com/your-username/movie-expo.git
- Navigate to the project directory:
cd movie-expo
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
Contributions are welcome! If you have any suggestions, improvements, or feature requests, feel free to open an issue or create a pull request.