Skip to content

rmrt1n/e-ticket

 
 

Repository files navigation

E-Ticket

Event e-ticketing and partcipant check-in system that streamlined the event flow up to 400% for 600+ participants.

Built with

NextJS Vercel Supabase

Features

User-friendly dashboard

Screenshot of dashboard

The dashboard allows the event committees to see participants' registration status and manually check-in participants when needed.

Easy check-ins for physical events

Screenshot of checkin

Event committees at the registration counter will scan the e-tickets presented by the participants to do the check-in. This removes the need to manually write down the details (e.g. name, email, check-in time, etc.) and streamlines the check-in process.

Automated ticket generator & sender

The system takes in the list of participants and generates e-tickets and sends the tickets to the participants through WhatsApp or email. This is the repository for the web dashboard, which doesn't include the code for the ticket generator. You can find the code for the generator in this other repository.

Developing

Instructions to build the project from source.

# clone this repository
git clone https://github.com/louis-27/e-ticket && cd e-ticket

# install dependencies
yarn add

# run dev server
yarn dev

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • JavaScript 1.2%
  • CSS 0.1%