This is a simple to-do list website built with HTML, a CSS Framework, and JavaScript. It allows you to add, delete, and mark tasks as complete.
git clone https://github.com/Marius-Diran/to-do-list-website.git
npm install
(This assumes you are using Node.js and have a package.json
file for managing dependencies.)
npm run watch
(This command will start the Tailwind CSS watcher to compile your CSS.)
index.html
in your project directory.[text](https://marius-todo-app.netlify.app/)
.Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.