Skip to content

acypert/Todo-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Building a Todo App

image

Resources

Todo object schema

{
  id: number; (auto)
  description: string;
  isDone: boolean;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors