Simple Program

Card Battle Game VS in HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Card Battle Game VS in HTML&CSS in VanillaJS with Source Code. A card game coded purely in JavaScript that can be played by 2 or more players. The game is very basic: first, you select the total number of players, then the game will automatically distribute a random card and show who has the highest card to declare a winner. JavaScripit Source Code

Image File to Base64 Converter using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Image File to Base64 Converter using HTML&CSS in VanillaJS with Source Code - A converter program coded purely in JavaScript that converts images into base64. This program allows users to convert any image format into readable base64 data. JavaScript Source Code.

Dog Breed Finder App using HTM&CSS in VanillaJS with Source Code

Submitted by razormist on
Dog Breed Finder App using HTM&CSS in VanillaJS with Source Code. A searching app coded purely in JavaScript where you can find dog breeds. This simple application provides a fast and quick search for a specific dog breed by selecting it from the dropdown menu. JavaScript Source Code.

Abacus Calculator App in HTML&CSS in JavaScript with Source Code

Submitted by razormist on
Abacus Calculator App in HTML&CSS in JavaScript with Source Code - An abacus calculator coded in JavaScript, where you can calculate numbers. This project visualizes the real function of an abacus calculator, where you move the beads to perform calculations. JavaScript Source Code.