This is a movie app built with React, Vite, and Redux. It allows users to browse and search for movies, view details of individual movies, and add movies to their favorites list.
- Browse movies: Users can browse a list of movies.
- Search movies: Users can search for movies based on keywords.
- Movie details: Users can view detailed information about a specific movie.
- Responsive design: The app is optimized for both desktop and mobile devices.
- Clone the repository:
git clone https://github.com/lonewolf-hub/reactmovieapp.git
- Install dependencies:
cd reactmovieapp
npm install
- Start the development server:
- Explore the movie app, search for movies, view details, and add movies to your favorites list.
This app is deployed on Vercel. You can deploy your own copy by following these steps:
-
Sign up for a Vercel account at https://vercel.com.
-
Install the Vercel CLI globally:
npm install -g vercel
-
Deploy the app using Vercel CLI:
-
Follow the on-screen instructions to connect your GitHub repository and deploy the app.
-
Once the deployment is complete, you will receive a URL for your deployed app.
- React: JavaScript library for building user interfaces.
- Vite: Next-generation frontend build tooling.
- Redux: State management library for JavaScript applications.
- Vercel: Cloud platform for static site deployment.
Contributions are welcome! If you find any issues or want to enhance the app, feel free to submit a pull request.
NOTE: Also for the API go to the TMDB website and get your own API-KEY
Thank You!