This is a simple to-do list app developed with Tailwind CSS and jQuery. It allows users to add and delete tasks, as well as mark them as completed.
Check out the live demo of the app here.
To run this project locally, follow these steps:
index.html
in your web browser.If you want to contribute to this project, follow these steps:
git checkout -b my-feature-branch
.git commit -m "Add some feature"
.git push origin my-feature-branch
.