Coders Packet

Listing of packets of source code submitted by coders

Blog App using MERN Stack

Build a feature-rich blog app using MERN Stack that allows users to create, read, update, and delete blog posts .

Covid Centre Status using Python

This Program checks that in which area Covid vaccine center is available using Pincode and Date. This also provide eligibile age for particular vaccine taking and quantity of vaccine showing.

Playable Piano Using Javascript

In this web application, I built a playable piano with the use of JavaScript, HTML, and CSS

MERN Stack E-Commerce Web Application

The MERN Stack E-Commerce Web Application is a modern and scalable web platform that enables businesses to sell their products online.

Capture Screenshot using JavaScript

with the use of this application, we can capture screenshots using javascript of any tabs running.

Let's Guess The Number using Reactjs

React-js based guessing the random number guess that runs on local host of the webpage of the user. It uses react-js which is a open source free JavaScript library developed by Facebook

Avengers App using Java and Android Studio

It is a simple app that has a login and registration facility. After that, it shows a single-screen application listing all the details of our favorite Avengers.

Chatbot using Python

The goal of this Project is to build application of Chatbot used to conduct online chat via text and answer the query.

Story Telling App for Kids with Hearing Loss using Java

This app aims to bridge this gap by providing a platform that delivers moral and good stories to hearing-impaired children which is both accessible and enjoyable.

Remove k digits in C++

In this problem we are supposed to remove k digits so that the resulting integer is the smallest possible integer after removing k digits.

Mortgage Calculator in Java using standard Java Libraries

This is a Java program that calculates the monthly mortgage payment based on the user-entered principal, annual interest rate, and period in years.

LRU Cache implementation in c++

Least recently used caching scheme is a sort of algorithm in which the memory (cache) is given and the no. of pages a cache can hold is also given.