DevFest India web app has three sub web applications
- DevFest India Main - Web App for Attendees
- DevFest India Badge Generator
- DevFest India Manage - For Admin to check the Registrations Details
- DevFest India Certificate Generator - To submit the feedback by the user and generate the certificate based on provided template by the admin.
| Feature | Description |
|---|---|
| Fast and optimized | PWA on Lighthouse |
| Works offline | Can work offline |
| Mobile first | Mobo Friendly web app & it can be installed as a native app on your phone |
| Usability | Any Tech Communities can use this to manage their event |
| Notification | Admin can send push notifications to the user who has installed the PWA / allowed to receive notifications. |
- Clone the repo
- Move to the project directory
- Install
Node.js,Vue CLI,Firebase CLI. - Follow the commands below & the documentation.
npm install
npm run serve
npm run build
