Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.41 KB

QR Code Scanner for Event Moderators

This is a Flutter Web application for event moderators to scan QR codes. The application is currently under development.

Technology Stack

Screenshots

Login page Home page Event page QR scanner onboarding page QR scanning Accepting guests

Getting Started

To get started with this project, clone the repository and run the following commands:

git clone https://github.com/itatmisis/admin_events_app.git
cd admin_events_app
flutter pub get
dart run build_runner build
flutter run

Development Progress

This project is still in the development phase. Below is a list of planned features and the progress:

  • Set up project structure
  • Authentication
  • QR Code Scanning
  • Events list
  • Create user interface
  • Backend Integration (pending backend development)

Architecture

The current architecture of the application is illustrated below:

Architecture