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

https://github.com/siddami/conference_ticket_generator

A Conference Ticket Generator using React. The ticket generator will allow users to fill out a form with their details, perform validations on the inputs, and generate a ticket upon successful submission.
https://github.com/siddami/conference_ticket_generator

Last synced: about 1 month ago
JSON representation

A Conference Ticket Generator using React. The ticket generator will allow users to fill out a form with their details, perform validations on the inputs, and generate a ticket upon successful submission.

Awesome Lists containing this project

README

          

# Conference Ticket Generator
React-based application for generating conference tickets with a cyberpunk theme. Features multi-step form, persistent storage, and responsive design.

## Features
- Multi-step ticket booking
- Form validation & data persistence
- Responsive design
- Accessible UI

## Tech Stack
- React.js
- React Router
- IndexedDB
- Vite

## Structure
```
src/
├── components/
├── pages/
├── utils/
└── hooks/
```

## Setup
```bash
npm install
npm run dev
```

## Requirements
- Node.js v14+
- npm/yarn

## Live Demo
[Project Link](https://conference-ticket-generator-lilac.vercel.app/)

## Author
Abdulkareem Yetunde Siddiqat

## Credits
HNG Internship