A simple and elegant Todo List application built with Svelte. This app allows users to manage tasks with options to add, mark as done, edit, and clear tasks.
To run this project locally, follow these steps:
Make sure you have Node.js installed on your machine.
Clone the Repository
git clone https://github.com/your-username/todo-list-app.git
cd todo-list-app
Install Dependencies
npm install
Run the Application
npm run dev
Open your browser and navigate to http://localhost:5000
to view the application.
Feel free to contribute to this project by submitting issues or pull requests.
Currently, this project does not include automated tests. Consider adding tests for better code coverage.
If you would like to contribute to the project, please fork the repository and submit a pull request. Ensure that your code adheres to the coding style of the project.
This project is licensed under the MIT License. See the LICENSE file for details.