Project Source Code

Breakout Game in Vanilla JS with Source Code

Submitted by razormist on
Breakout Game in Vanilla JS with Source Code - A classic arcade-style game created purely using JavaScript, featuring the timeless concept of breaking blocks. The game's mechanics are straightforward, requiring players to control the paddle to balance the ball while strategically destroying the blocks. JavaScript Source Code.

Payroll Management System in C++ with Source Code

Submitted by razormist on
Payroll Management System in C++ with Source Code - A C++ system application designed to assist in managing the distribution of payslips for your employees. This application also helps in maintaining records of your employees' working hours, facilitating the easy computation of their salaries C++ Source Code

Minesweeper Game in Vanilla JS with Source Code

Submitted by razormist on
Minesweeper Game in Vanilla JS with Source Code - A puzzle-style game created purely with JavaScript, this game is a clone of the classic and mind-bending Minesweeper. The gameplay is quite tricky, requiring players to carefully dig up the ground while avoiding hitting mines in order to win the game. Javascript Source Code.

Telecom Billing Management System in C++ with Source Code

Submitted by razormist on
Telecom Billing Management System in C++ with Source Code - A C++ project designed to assist users in managing telecom billing for customers. This project allows users to add new billing records and establish payment transactions, enabling customers to conveniently pay their bills.. C++ Source Code

Binary to Text Converter App in JavaScript with Source Code

Submitted by razormist on
Binary to Text Converter App in JavaScript with Source Code - A simple JavaScript application designed to allow you to convert a binary number into text. The purpose of this application is to make it easier for you to understand the meaning of binary digits by providing a straightforward conversion process. JavaScript Source Code.

NotePad App using Tkinter in Python with Source Code

Submitted by razormist on
NotePad App using Tkinter in Python with Source Code - A Python application that utilizes the tkinter library to display a notepad application clone in a (GUI). This application is designed to enable you to write text or code your program and then save it in a compatible text file format. Python Source Code.

Tax Calculator App using CSV in Python with Source Code

Submitted by razormist on
Tax Calculator App using CSV in Python with Source Code - A Python application that uses the tkinter library to display a tax calculator in a GUI. The purpose of this application is to help you calculate the cost with tax for each country when someone makes a purchase in your store. Python Source Code.