Event ticketing application with Next.js and Firebase
The application does the following:
- authenticates users via Email and Password with Firebase,
- allows users to create events and generate an RSVP or registration link to share with friends or the public.
- when someone registers via your invite (RSVP) link, they receive the event ticket in their email, including a passcode which you can use to verify their event ticket from your dashboard.
- The application also allows you as a user to view the number of people who registered for your event, validate an attendee's ticket via the passcode they receive, and also disable the registration link when you have enough attendees. You can also delete an event after it has occurred.
Live Demo
View Live Version
How-to Guide
Read the article on Dev.to
Installation
- Clone the project repository. Don't forget to star the repo 😉
- Run
npm install
to install its dependencies.
- Start the development server by running
npm run dev