Skip to content

helderbarboza/minitodo

Repository files navigation

minitodo

A minimal and beauty To Do app.

Description

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.

Features

  • Minimalistic design
  • Easy to use interface
  • Built with TypeScript and Svelte
  • Responsive design

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/helderbarboza/minitodo.git
    cd minitodo
  2. Install dependencies:

    npm install
  3. Run the application:

    npm run dev
  4. Open your browser and navigate to http://localhost:5173 to see the app in action.

Usage

  • 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.

Contributing

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.