Coders Packet

Listing of packets of source code submitted by coders

Student Database Management System using C++

This project is a fully console-based project. This project makes it easy to store all the information of the student.

Basal Metabolic Rate (BMR) Calculator using C++

This project is built in C++ using conditional statements for finding the Basal Metabolic Rate (BMR). It calculates BMR in 'kCal/day' by using the Harris-Benedict formula.

BMI CALCULATOR USING PYTHON

BMI CALCULATOR USING PYTHON BMI stands for Body Mass Index. In this project, we will design a BMI calculator which tells whether you are underweight, overweight, or healthy.

ALARM CLOCK USING PYTHON

ALARM CLOCK WITH PYTHON In this project, we will create an alarm clock in Python. We will be using the Datetime module, time module, and the playsound module to create this project.

Credit Card Validator Using C++

This Project is all about checking if the entered Credit Card number is valid or not. C++ Programming Language is used in this project.

Interpolation Search Algorithm in C++

Here, we are going to discuss Interpolation Search Algorithm in C++. It is valid only for sorted arrays. Interpolation Search is an Improvement over Binary Search.

Memory Card Game Using HTML, CSS & JavaScript

In this fun project, we are going to create a memory cards game using simple HTML, CSS & JavaScript.

E-commerce website in JavaScript using MERN stack

This is an E-commerce website fully developed on the MERN stack (MongoDB, Express.js, React.js,Node.js)

Resume Making in C++

It is a Resume Making Project written in C++ in which you can make your Resume by entering valid data.

Federal Aviation Authority (FAA) Dataset Analysis in Python

In this project, we are going to drive a bit deeper in the Data Analytics field and would try to explore the FAA Dataset in Python.

Longest Unique Characters Substring using unordered_maps in C++ laguage

Finding the length of the longest substring that can be formed from a string with unique characters using an unordered map library in C++

Segregation of Positive and Negative elements of an Array using C++.

This is a packet used for separating the negative and positive elements present in an Array using while-loop and if-else statements in C++ language.