A web-based application for generating tickets, built using React.js and styled with Tailwind CSS. This project showcases a modern and responsive task management system.
- ✅ Select tickets based on available tiers
- 📤 Upload images securely using Cloudinary
- View all ticket options at a glance
- ♿ Accessible forms using
aria-labelattributes for screen readers
To get started, follow these steps:
-
Clone the repository:
git clone https://github.com/4ssh1/TicketGeneration.git
-
Navigate to the project directory:
cd TicketGeneration -
Install dependencies:
npm install
-
Start the server:
npm run dev
TicketGeneration/
eslint.config.js
index.html
package-lock.json
package.json
postcss.config.mjs
public
├── barCode.jpg
├── icon.png
├── logo.png
├── reg.png
├── TICKET.svg
├── vip.png
├── vvip.png
README.md
src
├── App.jsx
├── assets
├── Components
│ ├── Card.jsx
│ ├── CardButtons.jsx
│ ├── Navbar.jsx
├── fonts.css
├── index.css
├── main.jsx
├── Router
│ ├── About.jsx
│ ├── AllTickets.jsx
│ ├── DownloadTicketPage.jsx
│ ├── FormPage.jsx
│ ├── HomePage.jsx
vercel.json
vite.config.js
We welcome contributions! To contribute:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature-name
-
Commit your changes and push them to your fork.
-
Create a pull request.
This project is licensed under the MIT License.
