Space Impact Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Space Impact Game is an interactive web application built entirely with JavaScript. This game is inspired by the classic Nokia game, where the objective is to destroy all the invaders along the way. The Space Impact Game in VanillaJS offers an exciting challenge as you try to defeat all the enemies. It provides an excellent opportunity to reinforce essential programming concepts while

Spot the Different Color Game Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to Spot the Different Color – a fun and challenging visual puzzle game that tests your attention to detail! In this game, you'll be presented with a grid of colored boxes, where one box has a slightly different shade than all the others. Your mission is to quickly identify and click the odd one out before time runs out. With each correct answer, the game gets progressively harder by adding

CSS Grid Generator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the CSS Grid Generator! This intuitive web application empowers developers and designers to create custom CSS Grid layouts visually—no coding required. Simply click or drag to select grid cells, customize colors and spacing, and instantly generate clean, production-ready CSS and HTML code. Perfect for both beginners learning grid concepts and experienced developers looking to streamline

Polling System Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Polling System – a simple yet powerful web application designed for creating and managing polls in real-time! Built entirely with HTML, CSS, and JavaScript, this tool allows you to quickly set up surveys, gather opinions, and track results with ease. Whether you're organizing a team vote, classroom activity, or event planning session, this system provides an intuitive way to make

Pricing Plans Section Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Pricing Plans Section! This interactive and responsive pricing table is designed to showcase your subscription plans with elegance and functionality. Built with HTML, CSS, and JavaScript, it features dynamic currency conversion, annual/monthly billing toggles with savings indicators, and smooth animations to enhance user engagement. Whether you're running a SaaS platform, membership

Password Tester and Generator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Password Tester and Generator – a simple yet powerful tool designed to help you create and evaluate secure passwords effortlessly. In today’s digital age, strong passwords are essential for protecting personal and professional accounts from cyber threats. This application allows you to analyze password strength in real time, receive instant feedback on security requirements, and

Online Shoes Store System Template using HTML, CSS, and JavaScript

Submitted by philldevcoder on
This modern and innovative web-based e-commerce platform template is designed specifically for footwear businesses looking to establish a strong online presence. With its intuitive user interface and responsive design, it ensures a seamless and engaging shopping experience for customers. Featuring user-friendly navigation, dynamic product displays, and essential e-commerce functionalities, this

Web-based Pharmacy Product Management System using PHP and MySQL Database

Submitted by Senior Walter on
This PHP Project is entitled Web-based Pharmacy Product Management System. This application is mainly developed to manage the medicinal drugs/product of a certain pharmacy. It contains multiple user-friendly functionalities including the sales and stock management. How it Works? This Web-based Pharmacy Product Management System is a straight-forward application that allows the user to manage the

How to Create a Quicksort in Terminal using Python

Submitted by razormist on

In this tutorial, we will learn how to program Quicksort in Python and implement it in the terminal. The objective is to efficiently sort a list using the Quicksort algorithm. This tutorial will guide you through the process step by step, demonstrating different approaches to sorting arrays. By the end of this tutorial, you will have a solid understanding of how to implement and optimize Quicksort effectively in Python. So, let’s get started!

Math Addition App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Math Addition App is a lightweight web application built entirely with JavaScript. This app features interactive math problems focused solely on addition, challenging users to solve equations quickly and accurately. The Math Addition App in VanillaJS is an excellent project for beginners, offering a simple yet effective way to practice JavaScript programming. It helps enhance fundamental