Code Packets
Browse all published coding projects
Temperature Converter using HTML, CSS, and JavaScript.
Make a user friendly Temperature Converter website using HTML,CSS and JavaScript. The help to covert the Celsius, Fahrenheit and Kelvin.
Attendance management system in C++
It is a C++ program which helps in storing the attendance data of the students. it is created in visual code studio and the output image is attached below
C++ Student Gradebook
Efficient C++ application for managing and tracking student academic performance with an intuitive user interface.
Expense Tracker with JavaFX
This tool helps the user to track the monthly expenses and calculate the savings along with visualization of the expenses. The code is written in Java and ca be run on intellij platform.
How to redirect to another page in ReactJS
In this tutorial, we will learnĀ "How to redirect to a single page or multiple pages in ReactJS ". Redirecting to another page is a common requirement in Web Applications.
Password Generator GUI using Java
This is a Password Generator GUI application which generates a random password using SecureRandom class.
URL Shortener Using Python
Creating a URL shortener using Python. In this project you can take any URL from the internet and create a short version of it.
Recipitate - Website for recipes using php.
A website for seeing and exchanging recipes made using PHP, HTML, CSS, JS, and Bootstrap.
Merge Two Docx files into a Single one in Python
A package that can be used to merge two or more doc files together written purely in Python. Both code and GUI available for usage and further development.
File Zipper via Huffman Coding in Java
File zipper via Huffman coding is a data compression technique used to reduce the size of a file by encoding its contents using Huffman coding in java.
STUDENT MARKS DATA ENTRY USING CPP
This C++ code implements a student report management system with features to add, display, modify, and delete student records.
BUS RESERVATION USING CPP
This C++ code implements a basic Bus Management and Reservation System with options to install buses, make seat reservations, show bus info, and display available buses. Limited to 10 buses.