this is really nice. need a break from javascript.
How to write a JavaScript-free todo app using just HTML and CSS
11–20 of 49 posts
Re: How to write a JavaScript-free todo app using just HTML and CSS
#12Re: How to write a JavaScript-free todo app using just HTML and CSS
#13I applaud the work in making something sans JS for the kicks of it, but if your going to do it, at least don't break HTML.
Re: How to write a JavaScript-free todo app using just HTML and CSS
#14Re: How to write a JavaScript-free todo app using just HTML and CSS
#15this is really nice. need a break from javascript.
Re: How to write a JavaScript-free todo app using just HTML and CSS
#16Re: How to write a JavaScript-free todo app using just HTML and CSS
#17These exercises will be a lot more fruitful to read through if the author can acknowledge the contrived nature of these attempts and provide a real-world advantageous use case of the techniques outlined
Re: How to write a JavaScript-free todo app using just HTML and CSS
#18These exercises will be a lot more fruitful to read through if the author can acknowledge the contrived nature of these attempts and provide a real-world advantageous use case of the techniques outlined
I don't think he needs to acknowledge how contrived his solution might be or provide a real-world use case. The article very well could be taken as inspiration to approach problems from different angles.
Re: How to write a JavaScript-free todo app using just HTML and CSS
#19In doing this, you break HTML semantic relationships. Each to-do is a child of the previous to-do. That hurts. I applaud the work in making something sans JS for the kicks of it, but if your going to do it, at least don't break HTML.
Re: How to write a JavaScript-free todo app using just HTML and CSS
#20CSS-only for this sort if thing is totally contrived, but making it still proved to be a fun little exercise.
[0]: https://codepen.io/scryptonite/pen/oLGzdj
[1]: https://github.com/you-dont-need/You-Dont-Need-JavaScript