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: 4 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T06:17:15.000Z (over 1 year ago)
- Last Synced: 2025-03-29T14:07:34.038Z (about 1 year 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: 368 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
[](https://badges.pufler.dev)
[](https://badges.pufler.dev)
[](https://github.com/binos30/todo-list/actions/workflows/deploy.yml)
[](https://dependabot.com)
## Setup
Install dependencies
```sh
yarn install
```
Start local web server
```sh
yarn dev
```