Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 300 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 300 Bytes

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