JavaScript

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

Advanced To-Do List App Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Advanced To-Do List App – your ultimate productivity companion! This modern, sleek task management tool goes beyond basic checklists with powerful features like priority levels, due dates, categories, and smart filtering. Built with HTML, CSS, and JavaScript, it offers a smooth, intuitive experience with drag-and-drop functionality, dark/light mode, and local storage to keep your

Click the Color Not the Word Game Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to "Click the Color Not the Word" – a challenging brain game that puts your focus and reflexes to the test! Based on the famous Stroop Effect in psychology, this interactive game presents color words displayed in mismatched colors, forcing you to identify the actual color of the text while ignoring what the word says. With its clean, modern interface and addictive gameplay, this web-based

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

Text Effects Generator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Text Effects Generator! This interactive web app lets you create stunning, customizable text effects in real time using HTML, CSS, and JavaScript. Whether you're a designer, developer, or just looking to spice up your social media posts, this tool provides an easy way to apply shadows, gradients, outlines, and animations to your text—all with a live preview. Simply tweak the

Calorie Deficit Calculator Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Calorie Deficit Calculator – your personalized tool for smart, sustainable weight loss! This web app helps you calculate exactly how many calories you need to eat to reach your goals, whether you want to lose fat, maintain weight, or even gain muscle. By using scientifically proven formulas (like the Mifflin-St Jeor equation), it estimates your Basal Metabolic Rate (BMR) and Total

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