This is a simple Android application designed to help students track their terms, courses and assessments.
Explore the project »
Report Bug
·
Request Feature
Table of Contents
This is a project I made for my WGU Software Engineering degree. It is a simple application which students can use to track their term, course, and assessment start and end dates with optional reminders.
You can see a lot of the supporting documentation in the Documentation folder. I've included:
- Task Overview - a list of tasks and features required for the project
- Storyboard
- Reflections - project summary of challenges, solutions and future features
To get a local copy up and running follow these simple example steps.
You need a way to run Android APK files. There are many different options:
- Run the file natively (Windows 11 only).
- You can download an emulator.
- You could use an Android phone.
- Download the APK file to whatever device you will run it on.
- Follow device/software specific instructions to install the APK. Instructions are easily found online.
- Run the program.
This app is mainly used to track dates of school milestones and events. You can track events in three categories: terms, courses, and assessments.
Reminder alerts can be set to let you know when an event has started and/or ended.
You can keep notes course events and share those notes with others.
You can load sample events from the home screen by selecting the menu button.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Andrew Cate - LinkedIn - Website
Project Link: https://github.com/AndrewJCate/Student-Progress-Tracker