/substitute_teacher_management

An app to efficiently find substitute teachers in an educational environment.

Primary LanguageDartMIT LicenseMIT

Substitue Teacher Management

This repository contains the code which was used to build an app to aid institutional admins to allocate substitute faculties efficiently.

Table of contents

Requirements to run the app

Repository structure

This repository contains the entire code for the project. All screen routes can be found in lib/main.dart. The screens and widgets can be found in lib/screens and lib/widgets/ respectively.

Steps to install

  • Download or clone the files in repository. (git clone https://github.com/sgcuber24/substitute_teacher_management.git)
  • Initialise a Firebase and connect it with an android application as shown here.
  • Install all packages. (flutter pub get)
  • Run the app. (flutter run)