HTML

Freecell Solitaire Game Using JavaScript

Submitted by razormist on
Freecell Solitaire Game with Source Code is a JavaScript project that is a single-player solitaire card game played using the standard 52-card deck. The program was built using these languages JavaScript, CSS and HTML. The program is easy to navigate, the player can arrange the cards inside the game by dragging the card to their desire pile order. When moving cards around in the columns, cards

Flappy Jump Using JavaScirpt

Submitted by razormist on
Flappy Jump with Source Code is a JavaScript project that is a single player game where players need to jump endlessly in order to survive. The program was developed using these languages JavaScript, CSS and HTML. The program is easy to navigate, the player can control the bird through (A, W, S, D or arrow keys) on keyboard. The bird must keeps on flapping while jumping in the platform. The

Simple Email Validator Using JavaScript

Submitted by razormist on
In this code we will try to create a Simple Email Validator using JavaScript. The program will intentionally validate the email if it can be use as an Email ID. You are free to use these code, and apply it to your working projects. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.

Online Examination System

Submitted by razormist on
Online Examination System with Source Code is a PHP project that let student to take their exam through online transaction. The program was created using PHP, MySQLi and Javascript. The system is very simple, the user must sign up first before taking the exam. The user can choose which topic to take first. Taking exam require speed in order to answer all the questions for each given topics. The

Checker Game Using JavaScript

Submitted by razormist on
Checker Game with Source Code is a JavaScript project that is a multi-player game where players challenge their selves in a digital board game. The program was created using these languages JavaScript, CSS and HTML. The gameplay is very simple in this program, both players need to do is to place the checker in a diagonal position. They are two different color checker where players decide who to go

Auto Search Using JavaScript

Submitted by razormist on
In this code we will tackle about Auto Search using JavaScript. The program will enable to automatically search a row data. You are free to modify, and use this code. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.

Limit Password Length Using JavaScript

Submitted by razormist on
In this article we will try to do Limit Password Length using JavaScript. The code can restrict the inputted user password. The trick is you need to compare the length of textbox and the possible maximum length in the if statement. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.