/indico-checkin-pwa

This is the Indico Check-In App Repository by the time my internship @Cern finished

Primary LanguageTypeScript

Indico Check-In App

This is a Progressive Web App (PWA) that allows organizers to check-in attendees to their event. It is intended to be used by mobile devices.

Getting Started

  1. Clone the repository
  2. Install dependencies with npm install
  3. Setup the environment variables in the .env file
  4. To generate the Tailwind's CSS file, run npx tailwindcss -i ./src/index.css -o ./dist/output.css --watch
  5. Run npm start to start the development server

Deployed Version

The app is deployed on Render.