This is a simple todo app built with Svelte, Tailwind CSS, and Firebase. It allows users to add tasks to a list, mark tasks as complete, and remove tasks from the list. Users can also filter tasks by status (all, pending, completed) and by tag (work, study, read, write, draw, exercise, hobby, swimming).
To run this project, you will need to have the following installed:
git clone https://github.com/your-username/todo-app.git
npm install
npm run dev
2.Open http://localhost:5000 in your web browser to view the app.
npm run build
firebase deploy
Contributions are welcome! If you would like to contribute to this project, please create a pull request with your proposed changes.