Project Source Code

Image Editing App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Image Editing App using HTML&CSS in VanillaJS with Source Code - An image editing application coded purely in JavaScript where you can edit any images. The purpose of this program is to help users edit their own images by adding some filtering effects or changing orientation. JavaScript Source Code

Tower Defense Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Tower Defense Game using HTML&CSS in VanillaJS with Source Code - A Tower Defense Game created purely in JavaScript where the mechanics involve defending a city. The gameplay is really basic: you need to place your towers to attack incoming enemies and upgrade your towers. JavaScript Source Code.

Calorie Calculator App using HMTL&CSS in VanillaJS with Source Code

Submitted by razormist on
Calorie Calculator App using HMTL&CSS in VanillaJS with Source Code - A calorie calculator coded purely in JavaScript that monitors calorie intake. The purpose of this program is to track your daily calorie intake by providing your body information. JavaScript Source Code.

Missile Command Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Missile Command Game using HTML & CSS in Vanilla JavaScript with Source Code - A retro-style game coded purely in JavaScript where you defend a city from incoming attacks. The gameplay is basically protecting the city from incoming attacks; you need to fire back some missiles to prevent a catastrophe. JavaScript Source Code

Hadith app Using HTML CSS JavaScript with Source Code

Submitted by keerio on
This JavaScript code is crafted to build a straightforward web application that retrieves a random Hadith (a saying or action of Prophet Muhammad) from a particular source, specifically Bukhari, utilizing an API. Let's break down the key components and functionalities: **HTML Elements** `hadis`: Represents the element where the fetched Hadith text will be displayed. `narrator`: Represents the

Image Filtering App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Image Filtering App using HTML&CSS in VanillaJS with Source Code - An image filtering application coded purely in JavaScript where you can customize the image filter. The purpose of this program is to allow users to freely add various filtering options to their images. JavaScript Source Code.

Loan Calculator App using Tkinter in Python with Source Code

Submitted by razormist on
Loan Calculator App using Tkinter in Python with Source Code - A Python program that uses the Tkinter library to display a loan calculator GUI. The intention of this program is to provide the simplest method of calculating your loan payment based on the information you provide. Python Source Code.

Random Captcha Generator App in VanillaJS with Source Code

Submitted by razormist on
Random Captcha Generator App in VanillaJS with Source Code - A web application created in pure JavaScript that generates random captchas. The purpose of this application is to prevent bots from spamming your website by requiring users to enter a random alphanumeric value correctly before logging in.. JavaScript Source Code.