Project Source Code

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

Bubble Pop Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Bubble Pop Game is an interactive web application built entirely with JavaScript. The player must pop all the bubbles that appear on the screen using the mouse pointer. The Bubble Pop Game in VanillaJS offers straightforward gameplay that requires quick mouse movement to earn a score. It provides a great opportunity to strengthen essential programming concepts such as logic building, collision

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

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

Food Matching Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Food Matching Game is an interactive web application built entirely with JavaScript. The player must select a hidden tile and pair it with another tile to see if they match. If they do not, the tiles will close; otherwise, you score a point. The Food Matching Game in VanillaJS offers straightforward gameplay that requires memorizing the tile images to make more matches. It provides a great

Birthday Countdown App using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Birthday Countdown App is a lightweight web application built entirely with JavaScript. This app features an easy to use interface where you just set your birthdate to start the countdown. The Birthday Countdown App in VanillaJS is an excellent project for beginners, offering a simple yet effective way to practice working with setting a counter. It helps enhance fundamental programming skills

Puzzle Challenge Game using HTML & CSS in VanillaJS with Source Code

Submitted by razormist on
The Puzzle Challenge Game is an interactive web application built entirely with JavaScript. This game is fun and simple. The player must arrange the puzzle in order by starting from 1 to 15. The Puzzle Challenge Game in VanillaJS offers straightforward gameplay that requires fast puzzle solving and has a move counter that counts your every move. It provides a great opportunity to strengthen

Connect the Dots Game using HTML & CSS in jQuery with Source Code

Submitted by razormist on
The Connect the Dots Game is an interactive web application built entirely with JavaScript and jQuery. This game is fun and simple. The player must drag each dot to the corresponding color to earn a score. The Connect the Dots Game in jQuery offers straightforward gameplay that requires you to connect all the dots with their matching colors. It provides a great opportunity to strengthen essential