Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/binos30/todo-list

Todo list app that stores items in the browser's local storage
https://github.com/binos30/todo-list

react react-typescript tailwindcss todo todo-app todo-list typescript vite vite-react vite-react-typescript vitejs

Last synced: about 1 month ago
JSON representation

Todo list app that stores items in the browser's local storage

Awesome Lists containing this project

README

        

# Todo App

[![CI/CD](https://github.com/binos30/todo-list/actions/workflows/deploy.yml/badge.svg)](https://github.com/binos30/todo-list/actions/workflows/deploy.yml)
[![Dependabot Status](https://badgen.net/github/dependabot/binos30/todo-list?icon=dependabot)](https://dependabot.com)

## Setup

Install dependencies

```sh
yarn install
```

Start local web server

```sh
yarn dev
```