Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anibalcoder/todo-app


https://github.com/anibalcoder/todo-app

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# TODO App

Una aplicación diseñada para gestionar tus tareas diarias de manera sencilla y eficiente. Te permite **añadir, eliminar y marcar tareas como completadas**, con la ventaja de que tus datos se guardan de manera persistente gracias al uso de **localStorage**.

## 💻 Tecnologías utilizadas

![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white)
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)

## 🔧 Instalación

1. **Clona este repositorio:**

```bash
git clone https://github.com/anibalcoder/todo-app.git
cd todo-app
```

2. **Instala las dependencias:**

```bash
npm install
```

3. **Inicia el servidor de desarrollo:**

```bash
npm run dev
```