Coders Packet

Listing of packets of source code submitted by coders

Triangle Area Calculator with different methods using HTML, CSS and JavaScript

This project allows users to calculate the area of a triangle using different methods like Heron's Formula, Area using base and height, and Area using vertices coordinates.

Example of adding multiple marker on Map using SwiftUI MapKit

This is an example to show you how to add multiple locations using MapAnnotation() in SwiftUI. Using the annotation we have added a custom market on the SwiftUI map.

Simply Merge Two Python Arrays using Addition Operator

You can merge or concatenate two Python arrays just by using an addition operator. This packet contains the Python program for this example.

Menu and submenu SwiftUI code

This packet contains the SwiftUI program for creating Menu and Submenu for iOS using built-in control.

Main Stylesheet (style.css) of WordPress theme with header texts

This packet contains Main Stylesheet of WordPress theme with header texts which is style.css.

Tic-tac-toe game using basic HTML, CSS and JavaScript

I designed this project for the users to utilize their time. Built on HTML, CSS and JavaScript

Character Limit Indicator using HTML, CSS and JavaScript

A character limit indicator, that tells about the characters left in the input. The input box turns red when limit is near. Built using HTML, CSS and JavaScript

Simplest Nginx configuration file for Reverse Proxy

This packet only contains the configuration file for Nginx reverse proxy. This is the simplest way for using Nginx as the reverse proxy.

Responsive website, with menu option

The sample website is responsive in nature. This package contains a default theme of a restaurant. The website is built using HTML, and CSS.

Image Slider Using HTML & CSS

This image slider is designed using HTML (Hyper Text Markup Language) and CSS(Cascading Style Sheets ).

Template of destination page using HTML and CSS

This is a template of destination page designed using HTML (Hyper Text Markup Language) and CSS (Cascading Style Sheets).

Simple and interesting number guessing game build using C++ functions.

In this C++ project user is asked to choose a number between 1- 10 and computer generates its own number and if number matches then user guesses correct answer else wrong.