A sleek and responsive web application for generating customized tickets for coding conferences and tech events. Built using React and Vite, and deployed on Netlify.
Check out the live application: https://codingconferencegenerator.netlify.app/
- Generate visually appealing tickets for coding conferences.
- User-friendly form with fields like name, topic, and organization.
- Live preview of the ticket as details are entered.
- Responsive design suitable for all screen sizes.
- Ready for sharing or printing.
- React – UI library
- Vite – Fast development build tool
- Tailwind CSS – Utility-first CSS framework
- Netlify – Hosting and deployment
-
Clone the repository:
git clone https://github.com/nzyokam/CodingConferenceTicketGenerator.git cd CodingConferenceTicketGenerator -
Install dependencies:
npm install # or yarn install
Start the development server:
npm run dev
# or
yarn devApp will run at http://localhost:5173/ by default.
npm run build
# or
yarn buildThe final build will be located in the dist directory.
CodingConferenceTicketGenerator/
├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # Reusable components
│ ├── App.jsx # Main app logic
│ └── ... # Other source files
├── index.html # HTML template
├── package.json # Project metadata
├── tailwind.config.js # Tailwind configuration
├── vite.config.js # Vite configuration
└── README.md # Project documentation
Feel free to fork the repo, open issues, and submit pull requests!
This project is licensed under the MIT License.