Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mujtabacodes/todo
Simple Todo app
https://github.com/mujtabacodes/todo
react reactjs typescript vite
Last synced: about 1 month ago
JSON representation
Simple Todo app
- Host: GitHub
- URL: https://github.com/mujtabacodes/todo
- Owner: mujtabacodes
- Created: 2024-05-25T06:48:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T15:54:36.000Z (8 months ago)
- Last Synced: 2024-10-31T10:44:18.602Z (3 months ago)
- Topics: react, reactjs, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TODO APP
## Tech Stack
- React
- Typescript
- Vite
## How to Start Project
### To Clone project in local
``` git clone https://github.com/mujtabacodes/Todo.git```
### Install Dependencies
``` yarn install ```
### Run Project
``` yarn dev ```