Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 452 Bytes

File metadata and controls

11 lines (9 loc) · 452 Bytes

Repo contains two versions of Task Tracker.

  1. All code in one script file - app_before_refactored_into_tasktrackermodule.py
  2. Refactored version that uses a Task Tracker custom object - app.py and TaskTrackerModule.py

To run code

  1. Clone repository
  2. Open the newly created repository folder in VS Code if not already open
  3. Make sure you are using a profile with Python extensions loaded
  4. Select the app.py file in file explorer
  5. Click run