Just a calculator application. This was my third JS project. I started with building just the functionality, then I added buttons for parentheses to practice order of operations. Then I started styling the calculator because why not? The design is inspired by retro calculators from manufacturers such as CASIO. I really like how the button…
Just a calculator application. This was my third JS project. I started with building just the functionality, then I added buttons for parentheses to practice order of operations. Then I started styling the calculator because why not? The design is inspired by retro calculators from manufacturers such as CASIO. I really like how the button…
A simple unit converter application. This was my second JS project. I started with just weight, then added temperature and distance. I focused a bit more on CSS for this app and found a neat background pattern to use.
A simple to-do list application. This is one of my first JS projects. You can add to-do list items and assign them categories. I prepopulated the app with 2 categories: Business and Personal but you can add more or even remove those categories. You can also edit the to-do list items or remove them when…