Checkin is an open-source project designed to simplify the process of creating, managing, and tracking events. From registration to surveys, this tool provides a comprehensive solution for event organizers.
- Easy Registration: Simple and quick registration process for both organizers and participants.
- Event Management: Create and manage events with unique shareable links.
- Participant Surveys: Collect valuable feedback through customizable surveys.
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/checkin.git
- Navigate to the project directory:
cd checkin
- Install dependencies:
npm install # or yarn install
- Start the development server using Vite:
npm run dev # or yarn dev
- Open your browser and visit
http://localhost:8080
to view the application.
Please configure your Supabase connection details individually. Refer to the official Supabase documentation for more information.
Be careful with the security rules. Currently, the security rules are set to allow all operations, since this is a development phase.
Contributions are welcome!
This project is open-source and free for personal use under the MIT License. For commercial use, please contact us for licensing options.
- Thanks to all contributors and the open-source community for their support.