Project Source Code

Boomerang Man Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Boomerang Man Game is an interactive web application built entirely with JavaScript. The gameplay is straightforward and simple — you need to defeat slimes to gain score and money, which can be used to upgrade your weapon and stats. Players can control the character using the keyboard bindings (W to move upward, S to move downward, D to move right, A to move left, and Left Mouse Button to

Color Generator App Using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Color Generator App is a lightweight web application built entirely with JavaScript. It features a user-friendly interface that generates random colors. The Color Generator App in VanillaJS is an excellent project for beginners, as it demonstrates how to generate multiple colors with hex codes that can be easily copied. It also provides a valuable opportunity to practice and enhance

Cat Dressing App Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Cat Dressing App is a lightweight web application built entirely with JavaScript. It features a user-friendly interface that simulates a cat that let you dress them. The Cat Dressing App in JavaScript is an excellent project for beginners, as it demonstrates how to replicate the behavior of natural iteraction for applying to an object. It also provides a valuable opportunity to practice and

Uno Card Game Multiplayer Using HTML & CSS in jQuery with Source Code

Submitted by razormist on
The Uno Card Game Multiplayer is an interactive web application built entirely with JavaScript. The gameplay is straightforward and follows the same rules as the original UNO card game, with a few added variations such as penalty rules. Players can place their cards or call "UNO" when they are down to one card. The Uno Card Game Multiplayer in jQuery offers an exciting and immersive experience

Horse Racing Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Horse Racing Game is an interactive web application built entirely with JavaScript. The gameplay is straightforward and simple — the player must place a bet, choose a horse, and then press the start button to begin the race. Players can set the number of laps and watch the race unfold to see which horse wins. The Horse Racing Game in JavaScript offers an exciting and immersive experience

Slither.io Clone Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Slither.io Clone Game is an interactive web application built entirely with JavaScript. The gameplay is straightforward and closely resembles the classic snake game, where you navigate around the map to collect food. The twist is that other players are also present, competing to collect food and potentially eliminate you. The Slither.io Clone Game in JavaScript offers an exciting and immersive

Best salon management system project in php

Submitted by mayuri_k on
Running a beauty salon in today’s digital age goes far beyond just offering beauty services — it’s about managing time, customers, staff, inventory, and appointments efficiently. That’s where technology becomes a game changer. As a freelance software developer, I (Mayuri Freelancer) have developed a complete salon billing and appointment software solution using PHP and MySQL that addresses the

Sand Simulation App using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Sand Simulation App is a lightweight web application built entirely with JavaScript. It features a user-friendly interface that simulates the interaction of sand with other elements, offering a visually engaging experience. The Sand Simulation App in JavaScript is an excellent project for beginners, as it demonstrates how to replicate the behavior of natural elements like sand through code. It

Alien Invasion Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Alien Invasion Game is an interactive web application built entirely with JavaScript. The gameplay is straightforward — the player controls a spaceship and must shoot down incoming aliens while avoiding their attacks. The ship can be moved using the keyboard controls: Left Arrow Key to move left, Right Arrow Key to move right, and Spacebar to shoot. The Alien Invasion Game in JavaScript offers

Reaction Time Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Reaction Time Game is an interactive web application built entirely with JavaScript. The gameplay is straightforward — the player must click a specific button as quickly as possible once it appears, with the app measuring and displaying the player's reaction time. The Reaction Time Game in JavaScript offers an engaging and rewarding experience, making it an ideal project for beginners