Simple checklist web app for mobile devices with lightning fast UI.
The main idea is that you have a preconfigured list of different checklists.
You can choose from the dropdown menu the correct checklist and then get a list of tasks you have to accomplish.
By clicking an individual task, its color change and then gives you a visual sign that you have completed that task.
Project is created with:
- VanillaJS
- CSS
Checklist items are written in tasks.xml and are downloaded asynchronously after page is visible.
Src directory holds project .js and .css files, public directory contains other assets.