card

Bingo Card Maker Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Bingo Card Maker! This web app lets you create custom Filipino-style Bingo cards (1–75 numbers) with just a few clicks. Perfect for family gatherings, parties, or community events, it generates randomized cards following the classic B-I-N-G-O number distribution. You can customize colors, titles, and even mark numbers digitally before saving or printing high-quality cards. Designed

Custom Card Flip Animation Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Custom Card Flip Animation project! This interactive web app lets you create stunning 3D card flip effects with complete creative control. Built with HTML, CSS, and JavaScript, it demonstrates how simple web technologies can produce eye-catching animations perfect for portfolios, product displays, or interactive UIs. With this tool, you can experiment with different styles, colors

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

Expanding Card Gallery Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Expanding Card Gallery! This interactive web project offers a visually stunning way to showcase images with a sleek and dynamic design. Each card in the gallery expands when clicked, revealing additional details such as titles, descriptions, and related tags. With smooth animations and an intuitive layout, this gallery enhances the browsing experience, making it ideal for portfolios

Draggable Card Slider Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Draggable Card Slider project, an intuitive and visually appealing way to display multiple items in a confined space. This project is built using HTML, CSS, and JavaScript, offering a clean and interactive user experience. With a simple drag-and-scroll feature, users can easily navigate through the cards, which display images, titles, and descriptions. The slider ensures a smooth

Card Battle Game VS in HTML&CSS in VanillaJS with Source Code

Submitted by razormist on
Card Battle Game VS in HTML&CSS in VanillaJS with Source Code. A card game coded purely in JavaScript that can be played by 2 or more players. The game is very basic: first, you select the total number of players, then the game will automatically distribute a random card and show who has the highest card to declare a winner. JavaScripit Source Code

Educational Flash Card Generator App in VanillaJS with Source Code

Submitted by razormist on
Educational Flash Card Generator App in VanillaJS with Source Code - A web application developed purely in JavaScript that generates flashcards. This application is designed to facilitate interaction with your students by presenting questions in a flashcard format. JavaScript Source Code.

BSHOP - Ultimate & Creative Book Store Template

Submitted by rogerroger on
Bshop is a complete HTML5 & CSS3 one page template ready to use, Bshop is perfect for your eCommerce bookstore project, it includes great features such as looking inside the book or viewing book details, 100% responsive and work on any modern device it is also include a working contact us form. Integrate or build upon it for free in your personal or commercial projects. Don't republish

CardLayout as Layout Manager in Java

Submitted by donbermoy on
This tutorial is about the CardLayout as Layout Manager in Java. A CardLayout as a layout manager is used as a container of two or more components where it is represented as a card. Thus, there is only one card is visible at a time, and the container acts as a storage of cards. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of cardLayout.java. 2.