TicketO is a frontend-only ticket booking demo application built with React, Vite, and Tailwind CSS.
It demonstrates a simple event browsing and ticket booking flow, with User and Admin login, and a modern, responsive UI.
- Browse and view available events
- Click “Book Now” to see ticket summary
- User and Admin login with simulated authentication
- Fully responsive design for desktop and mobile
- Tailwind CSS-powered modern UI
- React — Frontend library
- Vite — Fast development server
- Tailwind CSS — Utility-first CSS framework
- React Router DOM — Page navigation
| Role | Password | |
|---|---|---|
| User | user@example.com | user123 |
| Admin | admin@example.com | admin123 |
- Clone the repository:
git clone https://github.com/your-username/TicketO.git
cd TicketO