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
- Host: GitHub
- URL: https://github.com/4ssh1/ticket-generation-website
- Owner: 4ssh1
- Created: 2025-02-13T17:06:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-05-11T23:17:05.000Z (8 months ago)
- Last Synced: 2025-05-11T23:26:10.234Z (8 months ago)
- Topics: javascript, responsive-design, ticketing-system
- Language: JavaScript
- Homepage: https://ticket-generation-nu.vercel.app
- Size: 312 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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.