Project Source Code

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

N-Queen Visualizer App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The N-Queen Visualizer App is a lightweight web application built entirely with JavaScript. This app features an interactive visualizer that dynamically displays every possible move of a queen chess piece in the classic N-Queens problem. The N-Queen Visualizer App in VanillaJS is an excellent project for beginners, providing a simple yet effective way to practice JavaScript programming. It helps

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

Submitted by razormist on
The Image Utility App is a lightweight web application built entirely with JavaScript. This app features an interactive image filtering tool that allows users to dynamically edit and enhance their images. The Image Utility App in VanillaJS is an excellent project for beginners, providing a straightforward way to apply filters, adjust settings, and manipulate images in real time. This project helps

Movie Quote Random Generator App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Movie Quote Random Generator App is a lightweight web application built entirely with JavaScript. This app features an interactive generator that dynamically displays random movie quotes, providing entertainment and inspiration. The Movie Quote Random Generator App in VanillaJS is an excellent project for beginners, offering a simple yet effective way to practice JavaScript programming. This

Find the number Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Find the Number Game is an interactive web application built entirely with JavaScript. This game is quite tricky as you need to quickly identify and select specific numbers hidden among a grid full of random numbers. The Find the Number Game in VanillaJS challenges you with a limited amount of time to find all the target numbers to earn a high score. It provides an excellent opportunity to

Guessing Word Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Guessing Word Game is an interactive web application built entirely with JavaScript. This game is quite tricky as you need to guess the hidden word letter by letter until the full word is revealed. The Guessing Word Game in VanillaJS gives you five chances to guess the word, with each incorrect letter reducing your remaining attempts. It provides an excellent opportunity to reinforce essential

Drop Ball Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Drop Ball Game is an interactive web application built entirely with JavaScript that tests your reflexes, precision, and patience. In this game, the player controls a ball, guiding it to fall between moving tiles to earn points. The Drop Ball Game in VanillaJS delivers fast-paced, engaging gameplay where you must react quickly before it’s too late. This project offers an exciting way to

Flying Bird Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Flying Bird Game is an interactive web application built entirely with JavaScript that challenges your reflexes, precision, and patience. The player controls a bird, guiding it through obstacles by pressing the spacebar or clicking the left mouse button to make it flap and stay airborne. The Flying Bird Game in VanillaJS provides an engaging and rewarding experience, helping you build and

2K48 Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The 2K48 Game is an interactive web application built entirely with JavaScript that challenges your strategic thinking and problem-solving skills. In this game, you slide numbered tiles across the board and merge matching numbers to create larger ones, starting with smaller values and gradually working your way up to achieve the highest possible score. Each move introduces a new number

QR Code App using Tkinter in Python with Source Code

Submitted by razormist on
The QR Code App is built using the Python programming language. This project is designed to both generate QR codes and read their content. It features a simple yet effective interface, enhanced by the Tkinter library to create a user-friendly graphical interface. The QR Code App in Python is a great beginner-friendly project that demonstrates essential coding concepts in Python. QR Code App using