Skip to content

aufasyaihan/todo-typescript

Repository files navigation

TodoList with Typescript

image

A simple Todolist application using typescript and react

Installation

Clone the code

git init
git clone https://github.com/aufasyaihan/todo-typescript.git

Install modules

npm install

Run the program

npm run dev