🎬 Movie Show Booking Application A React-based web application for browsing movies, viewing details, and booking show tickets — built with React, Redux, and Material UI. THE VIDEO PREVIEW : https://drive.google.com/file/d/11TK4NqUS19hKII9TjOoJ-bada1zYqnzN/view?usp=sharing 🚀 Features Browse the latest movies with posters and descriptions
View show timings and movie details
Select seats and book tickets
Responsive design for mobile and desktop
Smooth navigation with React Router
🛠 Tech Stack Frontend: React, React Router, Redux Toolkit
UI Components: Material UI, Emotion
State Management: Redux Toolkit
API Requests: Axios
📦 Installation & Setup Clone the repository: git clone https://github.com/your-username/movie-book
cd movie-book
Install dependencies: npm install
Run the development server: npm start
Build for production: npm run build
📌 Notes This app uses a sample movie API; you can replace it with any movie/show API of your choice. Make sure to configure your API keys in a .env file if required.