Simple Program

Text to Speech Converter App in VanillaJS with Source Code

Submitted by razormist on
Text to Speech Converter App in VanillaJS with Source Code - A text-to-speech converter coded purely in JavaScript where you can try out different speaking voices. The user can choose a different speaker that will speak out the text you entered with a different tone. JavaScript Source Code.

How to Find the Largest Among Three Numbers in Python

Submitted by razormist on
Learn on How to Find the Largest Among Three Numbers in Python. A Python program that thoroughly finds the largest number among three given numbers. This program will only be displayed in the terminal where you need to enter three numbers in order to find the largest one. Python Tutorial.

Background Color Flipper App in VanillaJS with Source Code

Submitted by razormist on
Background Color Flipper App in VanillaJS with Source Code - A color flipper created purely in JavaScript that dynamically changes the background color. This program allows the user to change the background color by clicking the button to decide on the color scheme to use. JavaScript Source Code.

Drum Kit Application using HTML&CSS in VanillaJS Source Code

Submitted by razormist on
Drum Kit Application using HTML&CSS in VanillaJS Source Code. A useful drum kit program created purely in JavaScript where you can freely play sounds. This program helps you create your own music beats that can be used for your future concerts. JavaScript Source Code.

Frogger Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Frogger Game using HTML&CSS in VanillaJS with Source Code - An arcade-style game coded purely in JavaScript where your goal is to safely cross the road. The player can control the character using the keyboard. You must avoid getting hit by cars on the road and jump on top of planks to cross the river. JavaScript Source Code.