Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/binos30/todo-list
- Owner: binos30
- License: mit
- Created: 2023-07-13T04:06:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T01:28:09.000Z (about 2 months ago)
- Last Synced: 2024-11-29T00:40:20.647Z (about 2 months ago)
- Topics: react, react-typescript, tailwindcss, todo, todo-app, todo-list, typescript, vite, vite-react, vite-react-typescript, vitejs
- Language: TypeScript
- Homepage: https://binos30.github.io/todo-list/
- Size: 363 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```