Code Packets
Browse all published coding projects
How to use React-Router in ReactJs - Learn by making a Project
Hello, Guys Welcome back! In this tutorial, we're going to learn the basics of routing in React using React-Router by making a completely working React application.
ATM Transaction System Using Java
In this module, we are going to build a code for the ATM system using java. In this, we can perform different transactions like withdrawal, deposit, and check balance.
Responsive website using Bootstrap 5 and CSS Media queries
In this project, we are going to learn how to make a responsive website using Bootstrap 5 and CSS media queries.
Predicting product category of a product using Natural Language Processing in Python
A Machine Learning model that predicts the product category using the product description.
Memory Management in Java
This Memory Management in Java is useful to know about how much memory is being used and how much memory is free after all the uses, allocations, and garbage collection.
Vending Machine using Java
A simple vending machine programmed in Java language used for providing essential and daily use products to the customers.
Create a Figure in Computer Graphics using C++.
C++ language is used in this packet DDA line algorithm is used in this code. Turbro C++ is the compiler used
Build LG Logo using Python and Tkinter
Tkinter is a Python inbuilt library by using which we can give a graphical interface to our program.
Length Converter using Java GUI
This application is the Length Converter project which changes one unit of length to another as desired by the user.
Strength Checker Of Password Using C++
Strength Checker of Password using C++ is a project which displays the status of the Password.
Boyer-Moore majority vote algorithm in C++
In this packet, you will learn about the implementation of the Boyer-Moore majority vote algorithm using C++ programming language.
Encrypting and Decrypting a message in C++
A program to secure or encrypt a message and then to retrieve the original message from the encrypted message.