Skip to content

A framework-less `TODO` application written in typescript and showcasing a certain code organization where different concerns are represented as classes. `Page` class is responsible for interaction with the HTML components, `Client` class holds the state and keeps it in sync with the backend and the `App` class coordinates the previous two in ac…

Notifications You must be signed in to change notification settings

anatollupacescu/barebone-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

barebone-todo

execute yarn start-backend and then, in a separate console yarn start

go to http://localhost:1234

About

A framework-less `TODO` application written in typescript and showcasing a certain code organization where different concerns are represented as classes. `Page` class is responsible for interaction with the HTML components, `Client` class holds the state and keeps it in sync with the backend and the `App` class coordinates the previous two in ac…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published