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
- Host: GitHub
- URL: https://github.com/teewrath/todo-app-pyscript
- Owner: TeeWrath
- Created: 2023-04-29T06:44:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T16:44:35.000Z (about 3 years ago)
- Last Synced: 2025-02-09T12:31:42.014Z (over 1 year ago)
- Language: HTML
- Homepage: https://teewrath.github.io/todo-app-pyscript/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.