This is the repo for https://homework-planner.pages.dev/.
- Ability to create and list an unlimited amount of tasks.
- Ability to search for and filter tasks in various ways (due date, priority level, alphabetical order).
- Import/export functionality via
.json
. - Option to download a
.txt
or a.json
file with all the tasks.
Due to security restrictions, browsers will not load the custom "no tasks left" messages (found in messages.json
). To get around this, you have two options:
Clone the repo:
git clone https://github.com/OWelton-Rosie/homework-planner
Navigate to the project:
cd homework-planner
If you're using Python 3:
python3 -m http.server
If you're using another version of Python:
python -m http.server
Then navigate to:
If you're using VSCode, install the Live Server extension, then right-click on index.html
and select "Open with Live Server".
- Choose and add a license
Add.json
export functionalityAdd import functionality via.json