tastejs / todomvc

Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more
http://todomvc.com
Other
28.55k stars 13.79k forks source link

Add JavaScript ES5 to update folder #2206

Closed flashdesignory closed 8 months ago

flashdesignory commented 9 months ago

This is a maintenance update to the existing vanilla js implementation.

changes:

No refactoring of logic or styling updates have been implemented.

This version has been lifted from Speedometer and follows the WebKit styles guide. For more context regarding this update, please view https://github.com/tastejs/todomvc/issues/2199.

@kara

FadySamirSadek commented 8 months ago

What updates does this implementation bring to the already existing Vanilla JS TodoMVC app

flashdesignory commented 8 months ago

What updates does this implementation bring to the already existing Vanilla JS TodoMVC app

Updated the pr description and adjusted the index.html file to ensure proper credit is given.