Javasctipt

Student Class Timetable Application in JavaScript Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a Student Class Timetable App. This is a web-based application project developed in JavaScript, HTML, and CSS. The main purpose of this simple project is to provide the students with an automated platform to manage their class timetable or schedule. The application scripts are only written in Pure JavaScript. It has a simple and pleasant user interface that

Message System in PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a Messaging System. This project is a web-based application developed in PHP and MySQL Database. It allows users to send private images to other users. The system is containing different features like other mailing applications does have. It has a pleasant user interface using Bootstrap Framework and Material Kit Template. This project consists of user-friendly

PDF Generator Web App using TCPDF and PHP/OOP Free Source Code

Submitted by oretnom23 on
Introduction This simple project is a PDF Generator Web Application. This project is a web-based application developed in PHP and MySQL Database that allows the user to create a PDF File. The project uses TCPDF Library to achieve the main goal of the application. It has a pleasant user interface using Material Kit Template. The project contains user-friendly features and functionalities. About the

Creating a Simple Bar Graph using Chart.js Library Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create a Bar Graph using Chart.js. Chart.js is an open-source javascript library that focuses in generating a graphical canvases such as Line , Bar, and Pie Graphs. Here, I will be providin a source code that demonstrates how to generate a simple Bar Graph using the said javascript library.