-
Part 7. Theme switching?
Jun 2, 2021
Does a website ever seem complete without a dark mode? Let’s add one to Mantle. Bulma has a bunch of colors that can be applied by just changing CSS class names. And since we have Vue to dynamically set class names, consider this job done already!
-
Building a to-do list app (part 1)
May 6, 2021
Let’s build the mandatory to-do list emulator. Does that sound deceptively cool and complicated? Then let me rephrase it: Let’s build a to-do list, but it does stuff and you can do stuff to it. An interactive to-do list, if we use a popular keyword. A to-do list app, if we stop beating around the bush. A web app, if we’re being completely honest.