Bootstrap

Drum Kit Web App in JavaScript and jQuery Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Drum Kit Web App. I developed this project in JavaScript and jQuery Library. This is a web-based application that allows users to play drums virtually or online. I am sharing this source code to help new programmers especially the IT/CS students or self-learners that are planning to create or develop like this project. The application uses Bootstrap Framework

Automatic Question Paper Generator System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is entitled Automatic Question Paper Generator System. This project is a web application that was developed in PHP/OOP and MySQL Database. The project can help faculties, teachers, or mentors to generate question papers for their classes. This system allows the users to store their questions any time and when they generate a question paper, the system will randomly

Air Cargo Management System in PHP/ OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is entitled Air Cargo Management System. This is a simple web-based application that was developed using PHP/OOP and MySQL Database. The project manages the Air Cargo businesses shipment transaction with their customer. It allows the management to store and retrieve their daily transaction without hassle. It has a simple user interface and user-friendly features

Simple Mobile Comparison Website in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is entitled Mobile Comparison Website. This is a simple web-based application that was developed using PHP/OOP and MySQL Database. This project is a simple Content Management System (CMS) that allow the users to compare the specification of the smartphones. The contents in the system are dynamic which means they can be managed or modified in the front-end. This has

Simple Real Estate Portal System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is entitled Real Estate Portal System. This is a simple web-based application that was developed using PHP/OOP and MySQL Database. This project is a simple website where can real state agents or brokers can publish the estate that they are handling. This allows them to publicize their estate along with some relevant information so that the site visitor has an idea

Cosmetics and Beauty Product Online Store in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Cosmetics and Beauty Product Online Store. This project was written in PHP/OOP and data are stored in a MySQL Database. It is a web-based application that serves as an Online Platform for the Cosmetics and Beauty Products Business. This application provides the customers of the said business industry to explore, browser, and buy their products. This has lots

Cab Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This is a simple project entitled Cab Management System. This project was written in PHP/OOP and data are stored in a MySQL Database. This project is a web-based application that provides an online cab booking platform for the commuter. This application can also help cab operator's drivers to have an efficient and effective way for them to find a possible commuter. The application is

Search Box - Toggle Show/Hide Element using jQuery Tutorial

Submitted by oretnom23 on

In this tutorial, I will show you how to create a simple search box that can toggle show/hide elements in your HTML. I will give you an idea of how to achieve this kind of feature using jQuery. The main goal of the said feature is to hide the element where the text does not include the word, character, or phrase in the search box.

Simple Bakery Shop Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This project is entitled Bakery Shop Management System. This is a simple web-based application that was developed using PHP/OOP and MySQL Database. This project is an automated platform for bakery shops that can help them to manage their stocks and day-to-day transaction with their customers. The system allows the management to store their product stocks and has a POS Feature. It has

Creating a Login Form with OTP Verification through Email in PHP Tutorial

Submitted by oretnom23 on

In this tutorial, I will show how to create a simple 2 Factor Authentication when logging in using PHP Language. This will help you to create a more secure authentication for your system users in your current or future PHP Projects. The system will generate an OTP or the One-Time-PIN every time the users attempt to login into the system. Here, the OTP will be through an email using GMail SMTP.

The application that we'll be crating in this tutorial has simple functionalities such registration, login, verification, home page, and logout. I hope this will help you.