Simple Vainilla JavaScript Projects



Card image cap
Background Generator

Background color linear gradient picker with random option.

Card image cap
Binary Calculator

A simple calculator that performs addition, subtraction, multiplication and division between binary numbers. The code was developed with the fundamental principles of OOP. The Calculator class handles the logic of the program.

Card image cap
Shopping List

A dynamic shopping list that allows to add, toggle and remove items.