Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

54 lines (28 loc) · 1.6 KB

Attendance Tracker

A website made to keep a record of classes attended every week and track attendance percentage % for each subject.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Make sure JavaScript is enabled in your browser. To enable it, follow these instructions.

Install Firebase command line from here.

Installing

Install VS Code from here for development purposes. Or use any code editor of prefered choice. In the code editor's in-built terminal, use this command to test the project on locally hosted URLs:

firebase serve

Usage

Track your school/college classes to maintain attendance.

  • Login using your email/password or using Google. If your account exists, it redirects to the homepage, with your timetable.

  • Click on the grey classes once, to make them green (attended). Click again, to make it red (not attended). Again clicking it makes it go bck to grey (no class).

  • Alter between weeks, with Next Week and Previous Weeek buttons.

  • Percentage of classes attended for each subject with dynamically update as you go on marking classes in your timetable.

Built With

  • HTML5
  • CSS
  • JavaScript
  • Firebase (for web)

Authors