Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.16 KB

TutorTrack

A web application acting as a hub for parents and tutors to track the progress of tutees.

Tutors can login to:

  • Enter details about their sessions and view them in an organised way.
  • Record student scores on tests/worksheets/exercises and view them in a format organised by student or topic.
  • Generate reports analysing student performance and suggesting topics to revise.

Parents can login to view:

  • A record of their child's previous tutoring sessions, including what they got up to and how they got on.
  • Their child's progression based on the results logged by their tutor.

An automated mailing system is used to keep parents updated.

The website is available here. Please note that this is not currently being maintained.

See a brief showcase of the website below:

Demo.mov

Development was done in Python 3.8.

Acknowledgements

This project uses code from Corey Schafer's Python Flask Tutorial that is available under the MIT License and can be found here.