Skip to content

nzyokam/Ticket-Generator

Repository files navigation

🎟️ Coding Conference Ticket Generator

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.

🌐 Live Demo

Check out the live application: https://codingconferencegenerator.netlify.app/

✨ Features

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

🛠️ Tech Stack

📦 Installation

  1. Clone the repository:

    git clone https://github.com/nzyokam/CodingConferenceTicketGenerator.git
    cd CodingConferenceTicketGenerator
  2. Install dependencies:

    npm install
    # or
    yarn install

💻 Development

Start the development server:

npm run dev
# or
yarn dev

App will run at http://localhost:5173/ by default.

🏗️ Build for Production

npm run build
# or
yarn build

The final build will be located in the dist directory.

📁 Project Structure

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

🤝 Contributing

Feel free to fork the repo, open issues, and submit pull requests!

📄 License

This project is licensed under the MIT License.

About

CodingConferenceTicketGenerator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published