Coders Packet

Listing of packets of source code submitted by coders

Login Logout page using Node.js and Express.js

Hi everyone! In this project, we created a login page for users using Node.js and Express.

Temperature_Converter in Java

This Java program demonstrates a temperature converter with a user-friendly interface.

Real time currency converter in Java

This code demonstrates the use of external APIs, HTTP requests, JSON parsing, and basic input/output operations in Java to create a currency converter application.

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.

Recipitate - Website for recipes using php.

A website for seeing and exchanging recipes made using PHP, HTML, CSS, JS, and Bootstrap.

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.

Spring Boot CRUD API

its will fetch all the data from table or a single data and update delete and create object in the database

BlogGram - A Dynamic Blogging Platform built using Node.js

This is a simple Blog Web application which has Register and Login functionality along with Google authentication. An authenticated user can view the previous blogs and also submit new blogs.

basiccalculator in Java

A basic calculator is able to add, subtract, multiply or divide two numbers. This is done using a switch case and try exception.

URL Shortener Using Python

This project is a web service that takes a long URL and generates a short URL, which is shorter in length. The purpose of the project is to make long URLs more manageable and easier to share.

Quiz Application GUI - Java Swing

This project is a simple Quiz application which is known as Tech Quiz. Tech Quiz is developed using Java, Swing, and Abstract Window toolkit.