Sea Cinema is a web application that allows users to browse movies, book tickets, and manage their cinema experience. Users can view movie details, including synopsis, cast, age rating, and ticket price. They can also select seats, provide personal information, and make payments for their movie tickets.
-
React: Front-end JavaScript library for building user interfaces.
-
React Router: Library for routing in React applications.
-
React Bootstrap: UI library for styling and components.
-
Material-UI: UI library for icons and components.
To run the Maze Solver program, follow these steps:
- Clone this repository
git clone https://github.com/your-username/sea-cinema.git
- Navigate to the project directory:
cd sea-cinema
- Install the dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 with your browser to see the result.