Vanilla JS

Distance Calculator App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Distance Calculator App is a web application built purely in JavaScript. The app is designed to accurately calculate the distance between two points based on their given coordinates (e.g., x and y axes). Using mathematical formulas such as the Euclidean distance formula, the app provides users with precise results. The Distance Calculator App in VanillaJS is a simple and efficient tool that

Tetrimino Puzzle Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Tetrimino Puzzle Game is a web application built using pure JavaScript. In this single-player game, players aim to arrange blocks in horizontal lines to score points. The Tetrimino Puzzle Game is a skill-based, strategy-oriented game that requires quick thinking and accurate placement of blocks. This project demonstrates essential coding skills for developing game applications in JavaScript

Synonym Word Finder using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Synonym Word Finder is a web application created using the JavaScript programming language. The purpose of this project is to provide a simple, helpful tool that can find synonyms for a specific word. The program is displayed in a web browser and includes a form input to receive the user's word input. The Synonym Word Finder in VanillaJS is designed to display several synonyms of a given word

Draggable Tags App using HMTL&CSS in VanillaJS with Source Code

Submitted by razormist on
The Draggable Tags App is a web application created using the JavaScript programming language. The purpose of this project is to demonstrate how to implement drag-and-drop functionality in a web application. The program is displayed in a web browser and features buttons that can be dragged to a target zone. The Draggable Tags App in VanillaJS is designed to showcase draggable features that

Worm Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Worm Game is a web application created using the JavaScript programming language. The purpose of this project is to provide fun and enjoyable gameplay where the worm grows larger by eating food. The game is displayed in a web browser and features several object shapes. The Worm Game in VanillaJS is designed to offer simple and fun, score-based gameplay, where players collect items to increase

Color Wheel Picker App in VanillaJS with Source Code

Submitted by razormist on
The Color Wheel Picker App is a web application created using the JavaScript programming language. The purpose of this project is to implement a simple tool that can generate a color picker for your website theme. The program is displayed in a web browser and contains multiple form inputs for generating a color scheme. The Color Wheel Picker App in VanillaJS is designed to help designers choose

Guess a Word using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
The Guess a Word is a web application created using the JavaScript programming language. The purpose of this project is to provide a fun and entertaining word-guessing game. The program is displayed in a web browser and contains multiple hidden words to guess. The Guess a Word game is designed as a simple word-guessing game. This project uses basic coding techniques in the JavaScript programming

Flappy Bird Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Flappy Bird Game using HTML&CSS in VanillaJS with Source Code - A clone game application coded purely in JavaScript with the same mechanics. The game is very similar to the original, where the objective is to avoid colliding with any pipes to achieve a higher score. JavaScript Source Code

Chrome Dinosaur Game Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Chrome Dinosaur Game, a web-based recreation of the beloved offline game found in the Google Chrome browser. This project is designed to showcase the power and versatility of fundamental web technologies: HTML, CSS, and JavaScript. By combining these technologies, we've created an interactive and engaging game that not only entertains but also provides a practical example of how to