Project 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.

Pokedex App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Pokedex App using HTML&CSS in VanillaJS with Source Code - The Pokedex App is a web application coded purely in JavaScript. The purpose of this project is to display the overall statistics of Pokémon from the Kanto to Unova regions. The program can display specific data about a Pokémon, including type, stats, and other details. Users can also filter by ID or name using the search bar. JavaScript Source Code.

Horse Run the Game using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Horse Run the Game using HTML&CSS in VanillaJS with Source Code. A web application coded purely in JavaScript where you control a horse in the forest. The game mechanics are very simple: the player must avoid all the skeletons ahead to continuously gain score. JavaScript Source Code.