Project Source Code

Basketball Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Basketball Game using HTML&CSS in VanillaJS with Source Code - A ball game created purely in JavaScript where your goal is to throw the ball into the basket. The game mechanics are very straightforward; the player can control the ball using the mouse. JavaScript Source Code.

Hangman Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Hangman Game using HTML&CSS in VanillaJS with Source Code - A web game application coded purely in JavaScript where you need to guess a hidden word. The game itself is very tricky and fun. The player can choose a category for the word to be guessed. JavaScript Source Code.

Tic Tac Toe Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Tic Tac Toe Game using HTML&CSS in VanillaJS with Source Code - A competitive board created purely in JavaScript where two players can play. Players can place their bet on the grid tiles to form a three-aligned direction (Vertical, Horizontal, Diagonal). JavaScript Source Code.

Password Strength Background using JavaScript

Submitted by keerio on
Introduction When it comes to user security, ensuring strong passwords is crucial. In JavaScript, we can implement a password strength checker to evaluate the robustness of a password based on certain criteria. Key Concepts To determine the strength of a password, we typically consider factors like length, presence of uppercase and lowercase letters, numbers, and special characters. A strong

Drawing Canvas Paint using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Drawing Canvas Paint using HTML&CSS in VanillaJS with Source Code - A paint application coded purely in JavaScript that allows you to freely draw. The application contains some basic tools that let you adjust the brush size and change colors. JavaScript Source Code.

online Quiz Application by Using HTML CSS Javascript

Submitted by keerio on
Introduction Welcome to the JavaScript Quiz! This quiz will test your knowledge of JavaScript concepts and syntax. Answer each question to the best of your ability and see how well you score. Good luck! About the Source Code The JavaScript Quiz Application source code is composed of 3 files. An HTML, CSS, and JS file. The application is a straightforward web-based application which provides a

Binary Calculator using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Binary Calculator using HTML&CSS in VanillaJS with Source Code - This is a web application created purely in JavaScript that can calculate binary numbers. The purpose of this program is to allow you to calculate any binary numbers accurately, providing precise results. JavaScript Source Code.

Drag and Drop Sortable List App using HTML&CSS in VanillaJS

Submitted by razormist on
Drag and Drop Sortable List App using HTML&CSS in VanillaJS - A sortable list created purely in JavaScript, featuring drag and drop functionality. This application allows users to freely arrange the list items by dragging and dropping them to their desired positions. JavaScript Source Code.

URL Shortening and Converter App in Python with Source Code

Submitted by razormist on
URL Shortening and Converter App in Python with Source Code - A Python program that enables users to shorten URLs of website addresses. The application also provides a way to convert TinyURLs back into the original website URLs by entering the TinyURL to convert. Python Source Code.

Search Engine Program using Tkinter in Python with Source Code

Submitted by razormist on
Search Engine Program using Tkinter in Python with Source Code - A Python program that utilizes the Tkinter library to create a simple search engine program. The purpose of this project is to assist users in looking up the meaning of a certain word or keyword. Python Source Code.