An open API service indexing awesome lists of open source software.

https://github.com/teewrath/todo-app-pyscript

TODO LIST APP using PYSCRIPT
https://github.com/teewrath/todo-app-pyscript

Last synced: 5 months ago
JSON representation

TODO LIST APP using PYSCRIPT

Awesome Lists containing this project

README

          

# ToDo List App
This is a simple ToDo list application created using HTML, Tailwind CSS, and PyScript. It allows users to input tasks, create a checkbox, and mark the task as done. Once the task is marked as done, it is disabled, and a line is drawn through it. An error message is displayed if the user attempts to add a task without inputting any text.

# Features
- Users can input tasks
- Checkbox is created for each task
- Tasks can be marked as done
- Tasks marked as done are disabled and have a line drawn through them
- An error message is displayed if the user attempts to add a task without inputting any text

# Usage
To use the ToDo list application, follow these steps:
1) Clone the repository to your local machine.
2) Open the index.html file in your web browser.
3) Input a task into the text input field and click the "Click to Add" button to add it to the list.
4) To mark a task as done, click on the checkbox next to the task.
5) Once a task is marked as done, it will be disabled, and a line will be drawn through it.
6) If you attempt to add a task without inputting any text, an error message will be displayed.

# Dependencies
PyScript
Tailwind CSS

# Contributing
Contributions are welcome. If you have any issues or feature requests, please submit them through the GitHub repository's issue tracker.