This is a simple Todo List application built using SvelteKit. The app allows users to manage their tasks by adding, deleting, and marking them as complete. It also provides features like task filtering and displaying the total number of tasks.
Clone the repository:
git clone https://github.com/test2user-aqil/todo.git
Navigate to the project directory:
cd todo
Install the dependencies:
pnpm install
Start the development server:
pnpm dev
Open your browser and visit http://localhost:5173
to see the app in action.
You can enhance the Todo List App by adding the following features:
Feel free to customize the app according to your requirements and expand its functionality.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request. Make sure to follow the project's code of conduct.
This project is licensed under the MIT License.