Skip to content

jmira-dev/vanilla-js-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla JS Todo App

An attempt to write a Vanilla Javascript Todo without any frameworks, while taking advantage of newer Javascript features without any hacks.

To run this project: npm install followed by npm run build and npm run dev, then point your browser at http://localhost:5173/.