progress_tracker is an interactive commandline utility that enables learners to keep track of their learning progress.
$ ./progress_tracker
- clone project from github
- In your command line, cd into the project folder and type - python progress-tracker.py -i to enter interactive mode
- Type help for a list of commands
- Type help followed by a command to view its usage
add_skill
command enables you to add skills to the listview_skills
command enables you to view the skills in the liststudied
command enables you to mark a particular skill in the list as studiednotstudied
command enables you to mark a particular skill in the list as not studiedview_studied
command enables you to view the skills in your list that you have studied and viceversa for the notstudied command.
To set up the project for development, please follow the following steps:
- Clone project
- create feature branch locally e.g., `$git checkout -b adding-skills
- commit your changes to that branch
- Push that branch up like, `git push origin adding-skills