Skip to content

Latest commit

 

History

History
310 lines (243 loc) · 16.2 KB

README.md

File metadata and controls

310 lines (243 loc) · 16.2 KB


Logo

Student Progress Tracker

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
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

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:

(back to top)

Built With

  • Java
  • AndroidStudio
  • Gradle

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You need a way to run Android APK files. There are many different options:

Installation

  1. Download the APK file to whatever device you will run it on.
  2. Follow device/software specific instructions to install the APK. Instructions are easily found online.
  3. Run the program.

(back to top)

Usage

This app is mainly used to track dates of school milestones and events. You can track events in three categories: terms, courses, and assessments.

Home screen

Reminder alerts can be set to let you know when an event has started and/or ended.

Event reminders

You can keep notes course events and share those notes with others.

Sharing notes

You can load sample events from the home screen by selecting the menu button.

Add sample data

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Andrew Cate - LinkedIn - Website

Project Link: https://github.com/AndrewJCate/Student-Progress-Tracker

(back to top)

Acknowledgments

(back to top)