JavaScript

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

Font Style Generator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Font Style Generator — a powerful and intuitive web tool designed to help you create beautiful, customized text styles effortlessly. Whether you're a designer, developer, or simply experimenting with typography, this tool provides real-time visual editing of your text's font, size, weight, spacing, color, alignment, and much more. With features like text shadow, outline, gradient

Binary - Text Translator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Binary ↔ Text Translator! This intuitive web app lets you seamlessly convert between plain text and binary code with just a few clicks. Whether you're a developer debugging data, a student learning binary encoding, or just curious about how text translates to 0s and 1s, this tool provides a fast, accurate, and user-friendly way to encode and decode messages. With real-time

Logic Quiz App Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Logic Quiz App – a stimulating brain-training experience designed to challenge your logical reasoning skills! This interactive web application, built with HTML, CSS, and JavaScript, presents you with carefully crafted puzzles across three difficulty levels (Easy, Medium, and Hard) and multiple game modes. Whether you're looking to sharpen your mind, prepare for aptitude tests, or

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

Music Player App Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to Music Player App! Designed to deliver an immersive listening experience right in your browser! Built with HTML, CSS, and JavaScript, this app combines beautiful design with intuitive functionality, featuring smooth animations, dynamic playback controls, and a responsive layout that works flawlessly across all devices. Whether you're relaxing at home or on the go, Harmony puts your

Modern Accordion Menu Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Modern Accordion Menu — a sleek, interactive web component designed to organize content beautifully! This lightweight yet powerful accordion system helps you present information in a clean, space-efficient way while delivering smooth animations and intuitive controls. Built with pure HTML, CSS, and JavaScript, it's perfect for FAQs, product features, or any content that benefits

Random Name Picker Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Random Name Picker – a dynamic and visually engaging web application designed to bring excitement to your decision-making process! This modern spin on the classic "Wheel of Names" concept combines sleek design with intuitive functionality, allowing you to randomly select names, options, or choices with just a click. Whether you're picking contest winners, assigning tasks, or making

Building a Fruit Memory Game using HTML, CSS, and JavaScript

Submitted by oretnom23 on

In this tutorial, we will walk you through the steps to create a simple Memory Game using only HTML, CSS, and JavaScript, without relying on any external libraries or frameworks. This project is perfect for beginners who want to strengthen their fundamental web development skills by building an interactive and fun browser-based game from scratch.