AJAX

Employees Pay Slip PDF Generator System with Email using PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is an Employees Pay Slip PDF Generator System. This project is a web-based application developed in PHP and MySQL Database. The system provides an online platform for the company to generate the payslip of their employees. Management can directly send the employees' payslips easily without any hassle. This system has a pleasant user interface with the help of

Online Bus Reservation System in Python using Django Free Source Code

Submitted by oretnom23 on
Online Bus Reservation System using Django in Python This project is entitled Online Bus Reservation System. This is a web-based application that provides an online platform for the Bus Company's customers/passengers to book their seats ahead of time. The application helps the passengers to find the available scheduled bus trip that matches their desired depart date and destination. The

Online Sports Complex Booking System in PHP/MySQL Free Source Code

Submitted by oretnom23 on
Introduction This simple project is an Online Sports Complex Booking System. This project is a web-based application that provides an online booking platform for Sports Complex Facilities. The application allows the said business management to provide their clients or possible client an automated and online platform where they can explore their facilities that are for rent. The possible clients

Inventory Management System in Python using Django Free Source Code

Submitted by oretnom23 on
Inventory Management System using Django in Python This project is entitled Inventory Management System. This is a web-based application that helps a certain business or shop to manage their stock or inventory online. This project allows the business management to easily store, record, monitor their product stocks. It was developed in Python using the Django Framework. It has a simple and pleasant

File Management System in Python using Django Free Source Code

Submitted by oretnom23 on
File Management System using Django in Python This project is entitled File Management System. This is a web-based application that allows registered users to store, upload, manage, and share their files. The application user can upload different types of files such as zip files, documents, or images. The system's main goal is to provide the end-users a plat-from to store their files or documents

College Attendance Management System in Python using Django Free Download

Submitted by oretnom23 on
College Attendance Management System using Django in Python This project is entitled College Attendance Management System. This is a web-based application developed in Python using Django Framework. The project helps certain College School Faculties store/record and manage their students' attendances per class. Using the application they can easily list their class student list and record each

Grocery Point of Sales (POS) System in Python Django Free Source Code

Submitted by oretnom23 on
Grocery Point of Sale System using Django in Python This project is entitled Grocery Point of Sale System. This is a web-based application that can help a certain grocery store or shop to manage its day-to-day sales transactions. This POS application was developed in Python and Django Framework. It helps to easily store, retrieve, and calculate transactions of the said shop. I developed this

Employee Information System in Python Django Free Source Code

Submitted by oretnom23 on
Employee Information System using Django in Python This is a simple project entitled Employee Information System. This is a web-based application developed in Python using Django Framework. This application manages the companies employee information. I used different libraries on this website to give the end-users a pleasant user interface and a better experience while using the application. This

College Website - Content Management System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a College Website Management System. This is a web-based application that serves as a Website of certain College Schools or Universities. The website contains dynamic content which allows the school management to manage the site information and contents easily. This has an admin panel where the writers or the management can add and update articles. This has a

Creating a Login Form with Google Authentication (oAuth2) in PHP and JavaScript Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create a web application Login Form with Google Authentication/ Google OAuth API. Here, you will learn how to set up a project and register the app in google console developer. Also, we will be creating a simple login form web application with the said login authentication. The scripts will be written in HTML, CSS, JavaScript, and PHP. In the application, the user credential will also be stored in the database using MySQL Database.