Created with HTML, CSS and JavaScript.
- LocalStorage support for saving tasks and projects locally in the browser
- Save tasks to default folder ( myTask) or create a custom project.
- View task details, make an edit, delete and set as completed.
- Three priority levels, and colored each accordingly.
- Number of remaining unchecked items displayed by project name and default folders.
- Show task weekly, daily or high priority listed.
- Light and Dark theme for user experience. Also saves preferred color theme to the localstorage.
- Clear localstorage button in settings.
- Webpack for bundling
- FontAwesome Icons
- date-fns for formatting and manipulating dates
- Add auth and database for accessing data from everywhere.
- Sort by date
Distributed under the MIT License.