A modern ticketing application for purchasing and managing event tickets.
UFTicketer/
├── backend/ # Django backend
│ └── UFTicketer/
└── frontend/ # Frontend application
├── index.html
├── styles.css
└── script.js
To view the frontend, simply open frontend/index.html in your web browser.
- Modern Homepage Design: Beautiful gradient background with a centered search bar
- Profile Icon: Top-right navigation with a profile menu
- Search Functionality: Real-time search through offers
- Featured Offers Section: Grid display of available tickets
- Responsive Design: Works on desktop, tablet, and mobile devices
The Django backend is located in the backend/UFTicketer/ directory.
- Search Bar: Centered search functionality to find events, concerts, and sports
- Profile Icon: Top-right corner for accessing user profile and settings
- Featured Offers: Display of available tickets and events
- Interactive Cards: Hover effects and clickable offer cards
- Frontend: HTML5, CSS3, JavaScript (Vanilla)
- Backend: Django (Python)
- Icons: Font Awesome 6.4.0