Skip to content

4ssh1/Ticket-generation-website

Repository files navigation

Ticket Generation App

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.

🎟️ Ticketing App Features

  • ✅ Select tickets based on available tiers
  • 📤 Upload images securely using Cloudinary
  • View all ticket options at a glance
  • ♿ Accessible forms using aria-label attributes for screen readers

Ticket Preview

Installation

To get started, follow these steps:

  1. Clone the repository:

      git clone https://github.com/4ssh1/TicketGeneration.git
  2. Navigate to the project directory:

      cd TicketGeneration
  3. Install dependencies:

      npm install
  4. Start the server:

      npm run dev

Ticket Generation Project Structure

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      

Contributing

We welcome contributions! To contribute:

  1. Fork the repository.

  2. Create a new branch:

     git checkout -b feature-name
  3. Commit your changes and push them to your fork.

  4. Create a pull request.

License

This project is licensed under the MIT License.

About

A web-based application for generating tickets, built with react and tailwindCss

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published