A minimal and beauty To Do app.
This repository contains a minimal and elegant To Do application built using TypeScript and Svelte. The project aims to provide a simple yet effective way to manage tasks. All tasks are stored in the browser's local storage, ensuring that your data remains private and under your control.
- Minimalistic design
- Easy to use interface
- Built with TypeScript and Svelte
- Responsive design
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/helderbarboza/minitodo.git cd minitodo
-
Install dependencies:
npm install
-
Run the application:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to see the app in action.
- Add tasks by typing in the input field and pressing Enter.
- Mark tasks as completed by clicking on them.
- Remove tasks by clicking the delete button next to each task.
Contributions are welcome! If you have any ideas, suggestions, or find any bugs, please open an issue or submit a pull request.
Feel free to modify or add any additional information.