Vanilla JS

Educational Flash Card Generator App in VanillaJS with Source Code

Submitted by razormist on
Educational Flash Card Generator App in VanillaJS with Source Code - A web application developed purely in JavaScript that generates flashcards. This application is designed to facilitate interaction with your students by presenting questions in a flashcard format. JavaScript Source Code.

Breakout Game in Vanilla JS with Source Code

Submitted by razormist on
Breakout Game in Vanilla JS with Source Code - A classic arcade-style game created purely using JavaScript, featuring the timeless concept of breaking blocks. The game's mechanics are straightforward, requiring players to control the paddle to balance the ball while strategically destroying the blocks. JavaScript Source Code.

Form Validation Using HTML, CSS and JavaScript

Submitted by rems on
In the world of web development, creating user-friendly and secure forms is a fundamental task. This HTML, CSS, and JavaScript code example demonstrates an elegant and comprehensive approach to form validation. Whether you're designing a login or registration system, this code provides a solid foundation for enhancing the user experience and ensuring data integrity. You may also check these

Grocery Checklist App Using HTML, CSS JavaScript with Source Code

Submitted by rems on
This is a Grocery Checklist App created using HTML, CSS, and JavaScript. The purpose of this web application is to allow users to create and manage a checklist of grocery items they need to buy. This Grocery Checklist App allows users to add, remove, and mark items as done on their grocery list. The checklist data is stored in local storage to provide persistence across sessions. Users can also

Text or URL QR Code Generator Using HTML, CSS and JavaScript

Submitted by rems on
In a world increasingly reliant on digital communication and information sharing, QR codes have become an indispensable tool. They allow for the seamless transfer of data, whether it's a website URL, contact information, or any other textual content, simply by scanning a code with a smartphone or other QR code reader. This HTML, CSS, and JavaScript-based QR Code Generator provides a user-friendly

Unit Converter Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
In today's fast-paced world, unit conversion is an essential task that often arises in various fields, from science and engineering to everyday life. To simplify this process and make it more accessible to users, we've created a versatile Unit Converter web application using HTML, CSS, and JavaScript. Our Unit Converter provides a user-friendly interface that allows you to effortlessly convert

Whac-A-Mole Game Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Whack-A-Mole is a classic arcade game that has entertained people of all ages for decades. In this project, we will create a simplified version of Whack-A-Mole using the power of web technologies – HTML, CSS, and JavaScript. Whack-A-Mole is a game that challenges your reaction time and hand-eye coordination as you attempt to "whack" or click on moles that pop up randomly from their hiding spots

Hangman Game using Vanilla JS in JavaScript Free Source Code

Submitted by razormist on
Hangman Game using Vanilla JS in JavaScript Free Source Code - A simple JavaScript game where your goal is to guess the given hidden word within a limited lives. The player is given 10 lives to guess the hidden word, each wrong guesses will deduct you 1 live. JavaScript Free Source Code.

Creating a Reusable Radial Progress Bar using CSS and JS Tutorial

Submitted by oretnom23 on

In this tutorial, you can learn how to create a Reusable Radial Progress Bar using CSS and Pure JavaScript. The tutorial aims to provide students and beginners with a reference for creating a useful component for a website or web application. Here, I will be providing simple web page scripts that demonstrate this, and the complete source code zip file is also provided and is free to download.

Vanilla DataTables CRUD using PHP and MySQL Database Tutorial

Submitted by oretnom23 on

Introduction

In this tutorial, you will learn to Create CRUD Functionalities using the Vanilla DataTables, PHP, and MySQL Database. This tutorial aims to provide a reference or a guide to beginners or new programmers to enhance their PHP and JS programming capabilities. Here, snippets and sample source code are provided and the source code file is free to download.