TicketGen is a modern ticket-generating application built with React, TypeScript, and TailwindCSS. Currently, the project operates using dummy data but is designed to scale into a fully functional event and ticket management system in the future.
✅ Generate event tickets using sample (dummy) data ✅ Responsive and sleek UI with TailwindCSS ✅ Type-safe development with TypeScript ✅ Modular and scalable architecture for future enhancements
🔹 User authentication & authorization 🔹 Dynamic event creation and management 🔹 Real-time ticket validation & QR code support 🔹 Payment gateway integration for ticket purchases 🔹 Admin dashboard for event organizers
- React (Frontend Framework)
- TypeScript (Strongly Typed JavaScript)
- TailwindCSS (Utility-first Styling)
📦 ticketgen
┣ 📂 src
┃ ┣ 📂 components # Reusable UI components
┃ ┣ 📂 pages # Page components for different routes
┃ ┣ 📂 utils # Helper functions
┃ ┣ 📂 data # Temporary dummy data
┃ ┣ 📜 App.tsx # Main app component
┃ ┣ 📜 main.tsx # React entry point
┃ ┗ 📜 index.css # Global styles
┣ 📜 package.json # Dependencies and scripts
┣ 📜 tailwind.config.js # TailwindCSS configuration
┣ 📜 tsconfig.json # TypeScript configuration
┗ 📜 README.md # Project documentation