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

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

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/`