https://github.com/luaannguyen/todo-app
Example of a simple To-do App in TypeScript
https://github.com/luaannguyen/todo-app
frontend react todoapp todolist typescript vite website
Last synced: over 1 year ago
JSON representation
Example of a simple To-do App in TypeScript
- Host: GitHub
- URL: https://github.com/luaannguyen/todo-app
- Owner: LuaanNguyen
- Created: 2024-07-18T18:27:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T21:23:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T05:49:23.197Z (over 1 year ago)
- Topics: frontend, react, todoapp, todolist, typescript, vite, website
- Language: TypeScript
- Homepage: https://todo-app-ts-kappa.vercel.app/
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎯 To-do App in React + TS
Live Demo: [link](https://todo-app-ts-kappa.vercel.app/)
### Setting Up the Environment
- Install packages: `npm i`
- Run : `npm run dev`
Access through : `http://localhost:5173/`