css

Card 21(Black Jack) Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Card 21 (Blackjack) Game is an interactive web application built purely in JavaScript. This engaging card game challenges players to draw cards in an attempt to reach the score of 21 or get as close as possible without exceeding it, as exceeding 21 results in a loss. The Card 21 (Blackjack) Game in VanillaJS demonstrates advanced JavaScript coding skills, including dynamic DOM manipulation for

Auto Text Effect App Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Auto Text Effect App, a simple yet powerful demonstration of how HTML, CSS, and JavaScript can bring creativity to life. This interactive application animates text with a smooth typing effect, providing users with the ability to customize the displayed text, adjust the animation speed, and control playback with pause and resume functionality. Designed for both beginners and

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

Submitted by razormist on
The Age Calculator App is a web application built purely in JavaScript. It is designed to accurately calculate a person's age based on the date of birth input provided by the user. The Age Calculator App in VanillaJS is a simple yet effective tool that determines a person's precise age in years, months, and days. This project is an excellent choice for beginners, as it provides an opportunity to

Balloon Popper Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Balloon Popper Game is a web application built purely in JavaScript. It is a fun and engaging arcade-style game where the player's goal is to pop as many balloons as possible to achieve the highest score. The Balloon Popper Game in VanillaJS challenges players to react quickly and strategically to maximize their score. This project demonstrates advanced coding skills in JavaScript, showcasing

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

Memorize the Sequence Game using HTML, CSS, and JS

Submitted by oretnom23 on
This project is titled Memorize the Sequence Game, a fun and interactive web-based game application designed to enhance memory skills. Developed using HTML, CSS, and JavaScript, this project serves as an excellent resource for students, coding enthusiasts, and beginners looking to improve their programming skills through hands-on practice. The Memorize the Sequence Game provides free access to

Fake Data Generator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Fake Data Generator, a simple yet powerful tool for generating realistic user data. This web application allows you to create sample data such as names, addresses, birthdates, emails, and phone numbers, making it invaluable for developers, testers, or anyone needing mock data for projects. Whether you're populating forms, simulating user profiles, or conducting data-driven tests

URL to QR Code Generator with Download Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the URL to QR Code Generator—your go-to tool for transforming any URL into a scannable, downloadable QR code. This web application offers a seamless experience with an intuitive interface, allowing users to create QR codes instantly with just a few clicks. Whether you want to share website links, business cards, or event tickets, this tool provides a quick and reliable solution for

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