Project 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

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.

Recipe Finder App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Recipe Finder App using HTML&CSS in VanillaJS with Source Code - A recipe finder created purely in JavaScript that utilizes an API to fetch data from the source. The application searches through the keyword you entered in the database to display your results. JavaScript Source Code.