Project Source Code

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

Submitted by razormist on
The Blob Generator App is a lightweight web application built entirely with JavaScript. This app allows you to freely adjust the blob's shape by modifying its parameters and generate it dynamically. The Blob Generator App in VanillaJS is an excellent project for beginners, offering a simple yet effective way to practice generating CSS-style values. It helps enhance fundamental programming skills

Annoying Button Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Annoying Button Game is an interactive web application built entirely with JavaScript. The game is very simple. The player must click every button present and find the real button to win the game. The player must act quickly and find the correct button within a limited time. The Annoying Button Game in JavaScript offers straightforward gameplay that requires speed and quick reflexes to find

Factors Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Factors Game is an interactive web application built entirely with JavaScript. The game is very simple. The player must combine numbers and, when encountering a factor, the number will be divided by that factor. Otherwise, it will be added to the current number. The player must think carefully and apply their mathematical knowledge. The Factors Game in JavaScript offers straightforward

Mario Clone Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Mario Clone Game is an interactive web application built entirely with JavaScript. The gameplay is similar to the original Mario game, where your goal is to travel through stages, overcome obstacles, and rescue the princess. The player can control the character using keyboard bindings (Left Arrow Key to move left, Right Arrow Key to move right, and Spacebar to jump). The Mario Clone Game in

Crossword Puzzle Game Using HTML & CSS in JavaScript with Source Code

Submitted by razormist on
The Crossword Puzzle Game is an interactive web application built entirely with JavaScript. Players must enter the correct letters into a grid—either horizontally or vertically—to complete words based on the given hints. Each letter must match the corresponding clue to form a valid word. The Crossword Puzzle Game in JavaScript offers straightforward gameplay that requires critical thinking to

Pig Dice Game VS Using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Pig Dice Game VS is an interactive web application built entirely with JavaScript. Players take turns rolling a die and must reach a maximum value of 23 per turn; if they exceed this, their overall score resets to zero. The player who successfully reaches a total score of 100 wins the game. The Pig Dice Game VS in VanillaJS offers straightforward gameplay that requires strategy and careful

Card Reader App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Card Reader App is a lightweight web application built entirely with JavaScript. This app features an interface where you choose a card and remember it. The Card Reader App in VanillaJS is an excellent project for beginners, as it uses logic to track your chosen card through three rounds and then reveals the card you selected. It helps enhance fundamental programming skills, particularly in

Song Lyric Finder App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Song Lyric Finder App is a lightweight web application built entirely with JavaScript. This app features an easy-to-use interface where you simply enter a song title to get related song results. The Song Lyric Finder App in VanillaJS is an excellent project for beginners, as it uses an API to fetch and display song information. It helps enhance fundamental programming skills, particularly in

Alarm Clock App Using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Alarm Clock App is a lightweight web application built entirely with JavaScript. This app features an easy-to-use interface where you simply set the time to start the alarm. The Alarm Clock App in VanillaJS is an excellent project for beginners, offering a simple yet effective way to practice working with timers and alarms. It helps enhance fundamental programming skills, particularly in

Connect Four VS Game Using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Connect Four VS Game is an interactive web application built entirely with JavaScript. The players must place their tokens in a grid and create a line of four dots either horizontally, vertically, or diagonally. The player who successfully forms a line of four dots wins the game. The Connect Four VS Game in VanillaJS offers straightforward gameplay that requires strategy and careful thinking