sbodi10 / todomvc-vanillajs-2022

Vanilla JS TodoMVC App in 2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoMVC App Written in Vanilla JS in 2022

Seems it is pretty simple to build fairly complex things these days in modern JavaScript. We can take advantage of most features without crazy hacks.

Here's my Vanilla JavaScript implimentation – initial version took 60 minutes total to write (see first commit)

  • 175 lines of code total
  • No build tools
  • JavaScript modules
  • Inital implementation done in an hour, then cleaned it up with ~30 min of refactoring

Related poll: "Would you build a large web app in 2022 with Vanilla JS?" https://twitter.com/1Marc/status/1520146662924206082

Critism, PRs and feedback welcome!

License

Creative Commons License
This work by TasteJS is licensed under a Creative Commons Attribution 4.0 International License.

About

Vanilla JS TodoMVC App in 2022


Languages

Language:JavaScript 74.2%Language:HTML 25.8%