Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.03 KB

Lesson Tracker App

Description:

An Android app which allows the user to create, keep and track lessons they teach.
Project created while studying at CodeClan, Edinburgh.

Usage:

App allows the user to create new Subjects which can have a number of Topics.
Each topic will then be given a set learning objectives.
The user can then complete lessons using the created topics and state if objectives were met.
Tags can also be added to each objective, highlighting possible improvements.

Installing and Running App

Requirements

  • Android Studio - install instructions here

Steps

  1. Clone repository using git clone https://github.com/bertiecroll/android_lesson_tracker
  2. Move repository to android studio projects folder.
  3. Open Android Studio and select Open an existing Android Studio project and select project.

Built With

Project built in Android Studio.
Sqlite.
MP Android Chart (https://github.com/PhilJay/MPAndroidChart).
JUnit used for testing.