vanillaJS

Guess the Country Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Guess the Country Game is an interactive web application built purely with JavaScript. This engaging game challenges players to identify the correct country based on an image provided. The Guess the Country Game in VanillaJS offers a straightforward and enjoyable guessing experience, rewarding players with points for correct answers. It provides a fun and immersive way to practice key concepts

Drawing Pad App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Drawing Pad App is a lightweight web application built purely with JavaScript. It provides an interactive drawing tool that allows users to draw freehand on a canvas, with options to customize brush stroke size, color, and more. The Drawing Pad App in VanillaJS is an excellent project for beginners, offering a hands-on opportunity to practice creating dynamic and engaging applications while

Bubble Shooter Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Bubble Shooter Game is an interactive web application created using pure JavaScript. This arcade-style game is simple yet engaging, requiring players to shoot bubbles of a designated color to match and pop groups of three or more bubbles of the same color. The Bubble Shooter Game in VanillaJS provides straightforward entertainment, challenging players to pop as many bubbles as possible to

Paddle War Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Paddle War Game is a web application built using pure CSS. In this single-player game, the player must destroy all the oppose paddle to win the game. The Paddle War Game in VanillaJS is a simple yet entertaining game where the objective defeat your opposing enemy to gain a score. This project demonstrates essential coding skills for developing game applications in JavaScript, with a focus on

Random Linear Color Gradient Generator in VanillaJS with Source Code

Submitted by razormist on
The Random Linear Color Gradient Generator is a web application created with JavaScript. This tool provides a simple way to generate random linear color gradients that users can easily copy and paste. Displayed in a web browser, it includes a feature to generate a random gradient color along with its color code. The Random Linear Color Gradient Generator in VanillaJS is designed to assist

Keycode Event Detector App in VanillaJS with Source Code

Submitted by razormist on
The Keycode Event Detector App is a web application created using the JavaScript programming language. The purpose of this project is to provide a simple tool that can detect keyboard key event codes. The program is displayed in a web browser and uses event capturing to track the event code of keyboard keys. The Keycode Event Detector App in VanillaJS is designed for detecting keyboard key events

Currency Converter App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Currency Converter App is a web application created using the JavaScript programming language. The purpose of this project is to provide a simple way to convert currencies. The program is displayed in a web browser and contains a form for inputting and converting currencies. The Currency Converter App in VanillaJS is designed to convert any available currency using an API. This project

Super Hero Random Generator App in VanillaJS with Source Code

Submitted by razormist on
The Super Hero Random Generator App is a web application created using the JavaScript programming language. The purpose of this project is to provide a simple database of comic book superheroes' statistics. The program is displayed in a web browser and contains a search box for looking up a superhero. The Super Hero Random Generator App in VanillaJS is designed as a database checker for

Temperature Converter App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Temperature Converter App is a web application created using the JavaScript programming language. The purpose of this project is to provide a tool that can convert between different temperature units, making it easier to measure and compare temperatures. The program is displayed in a web browser and contains a text input field to enter the temperature data. The Temperature Converter App in

QR Code Generator App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
QR Code Generator App using HTML&CSS in VanillaJS with Source Code - A QR Code Generator coded purely in JavaScript that generates codes based on the input. This program will automatically display the QR code whenever you type something in the textbox. JavaScript Source Code.