Repo contains two versions of Task Tracker.
- All code in one script file - app_before_refactored_into_tasktrackermodule.py
- Refactored version that uses a Task Tracker custom object - app.py and TaskTrackerModule.py
To run code
- Clone repository
- Open the newly created repository folder in VS Code if not already open
- Make sure you are using a profile with Python extensions loaded
- Select the app.py file in file explorer
- Click run