Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.77 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.77 KB

Introduction:

A JavaFX app that allows lectures to take attendance easier

Features:

  • easy setup (using sqlite)
  • multi accounts support
  • multi courses support
  • Dashboard with most relevant information
  • attendance taking per class
  • filters(by inputted word, course)
  • GUI build with JFoenix Library

Login Credentials:

Username: 1625897
Password: blacksuan19

Upcoming:

  • Update about app page
  • redesign the app to be responsive
  • add filtering to attendance view
  • switch database to in-memory H2

Bugs:

  • filtering by subjects doesnt work (yet)(fixed)

Screenshots:

Login

Dashboard:

Taking attendance:

Managing Students:

Settings

About Lecturer:

About Application