Simple Program

Bomb Defusal Game using HMTL&CSS in JavaScript with Source Code

Submitted by razormist on
Bomb Defusal Game using HMTL&CSS in JavaScript with Source Code - A JavaScript game application where your objective is to safely defuse all the bombs. The game is very straightforward: when a blue bomb appears, the player must encircle it using the mouse pointer to prevent it from exploding. JavaScript Source Code.

How to Sort in Ascending Order using Quicksort in Python

Submitted by razormist on
Learn on How to Sort in Ascending Order using Quicksort in Python. A Python program that uses a special function called Quicksort to sort a list in ascending order. This tutorial shows you how it's done in the simplest method, requiring some important functions to use. Python Tutorial.

To-Do List App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
To-Do List App using HTML&CSS in VanillaJS with Source Code - A task organizer app coded purely in JavaScript that will monitor your daily tasks. This simple application offers functions to add new tasks, edit tasks, mark tasks as finished, and delete completed tasks. JavaScript Source Code.

Pomodoro Timer App using HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Pomodoro Timer App using HTML&CSS in VanillaJS with Source Code - A timer application coded purely in JavaScript created for time management. This simple program can help you manage your time, which is helpful for maintaining focus during study, work, etc. JavaScript 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

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

Submitted by razormist on
Image Finder App using HTML&CSS in VanillaJS with Source Code - An image searcher app coded purely in JavaScript where you can search for images. The purpose of this program is to help users find and search for specific images based on their inputs. JavaScript Source Code