This Movie App allows users to browse and view movie details, select tickets, and proceed to checkout.
https://movie-app69.vercel.app/
-
Clone the repository git clone "https://github.com/reshav1234/movie_app.git"
-
Install dependencies cd movie_app npm install
-
Set API key Get your OMDB API key from https://www.omdbapi.com/ API and replace 'YOUR_API_KEY' in the code.
-
Run the application npm run dev The app will be live at http://localhost:5173.
- Browse any movies.
- Click on a movie to view its details.
- Select the number of tickets required and proceed to checkout.
- Fill in the user details and complete the payment.
- Browse for movies
- View movie details including title, poster, and event details
- Select the number of tickets and proceed to checkout
- React
- React Router DOM
- HTML
- CSS
- OMDB API
- Fork the repository
- Create a new branch (git checkout -b feature)
- Make changes and commit (git commit -am 'Add feature')
- Push to the branch (git push origin feature)
- Create a Pull Request