Created by: Matt McFarland
Taskli is a to-do list site. It uses your browser's localstorage to save tasks and projects you create.
You can use it here: https://heyimmatt.github.io/taskli/
- JavaScript
- HTML
- CSS
Before you begin, ensure you have met the following requirements:
- You have an Internet browser (Chrome, Firefox, Safari, etc)
- You have a code editor (VS Code, Atom, etc)
To install Taskli, follow these steps:
Via Downloading from GitHub:
- Download this repository onto your machine by clicking the "Clone or Download" button
- Download and extract the zip file to a directory of your choice
- Open up the directory in your preferred code editor
- Open the index.html file in your preferred browser
Via command line:
$ git clone https://github.com/HeyImMatt/taskli.git
$ cd taskli
$ code .
$ open index.html
Taskli does not work on mobile devices due to limitations with localstorage and browser comptability.
If you want to contact me you can reach me at [email protected]
This project uses the following license: MIT
Copyright (c) 2020 Matt McFarland