This is the repo for https://taskifier.oweltonrosie.com.
- 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
.txtor a.jsonfile with all the tasks.
Due to security restrictions, browsers will not load the custom "no tasks left" messages (found in src/messages.json). To get around this, build the server with Python.
First, clone the repo and navigate to the project:
git clone https://github.com/OWelton-Rosie/Taskifier && cd Taskifier
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:
An example JSON containing some tasks can be found at src/dev_tasks.json