Task Keep is a simple and intuitive to-do list web application that allows users to create, edit, and delete tasks and task lists. It is designed to help users stay organized and manage their tasks effectively.
The web app is also a Progressive Web App (PWA), which means it can be installed and used as a standalone application on mobile devices and desktops.
- Create, edit, and delete tasks: Users can easily create new tasks, update task details, and delete tasks when they are completed or no longer needed.
- Create, edit, and delete task lists: Users can organize their tasks by creating different lists. They can edit list names and delete lists as needed.
- Progressive Web App (PWA): Task Keeper is a PWA, allowing users to install it on their devices and access it offline. It provides a seamless app-like experience with offline functionality.
Task Keeper is built using the following technologies:
- HTML
- CSS
- JavaScript (No library or framework)
Once the Task Keeper web app is running, you can start managing your tasks and task lists by following these instructions:
-
Create a task: Click on the "New Task" button or the plus icon to add a new task. Fill in the task details such as name, notes, and due date. Click "Save" to create the task.
-
Edit a task: Click on a task to view its details. You can edit the task name, notes, due date, completion status, and importance level. Click "Save" to update the task.
-
Delete a task: To delete a task, click on the task to view its details and click the "Delete" button.
-
Create a task list: Click on the "Add List" button or the plus icon in the "My Lists" section to create a new task list. Enter a list name and click "Save" to create the list.
-
Edit a task list: Click on a task list to view its details. You can edit the list name and click "Save" to update the list.
-
Delete a task list: To delete a task list, click on the list to view its details and click the "Delete" button.
-
Search tasks: Currently it is not working, but I'll fix it in future..
Contributions to Task Keeper are welcome! If you find any issues or have suggestions for improvement, please feel free to submit a pull request or open an issue.