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