An open API service indexing awesome lists of open source software.

https://github.com/4ssh1/ticket-generation-website

A web-based application for generating tickets, built with react and tailwindCss
https://github.com/4ssh1/ticket-generation-website

javascript responsive-design ticketing-system

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://cloudinary.com/)
- 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:
```bash
git clone https://github.com/4ssh1/TicketGeneration.git
```

2. Navigate to the project directory:
```bash
cd TicketGeneration
```

4. Install dependencies:
```bash
npm install
```

6. Start the server:
```bash
npm run dev
```

# Ticket Generation Project Structure

```text
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:
```bash
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.