A beginner-friendly JavaScript project that demonstrates basic DOM manipulation, event handling, and interactive UI elements.
- Vanilla JavaScript (no frameworks)
- Interactive buttons and input fields
- Clean and responsive layout
- Easy to understand code structure
A delightful JavaScript mini-project that lets users create and display personalized appreciation cards. Perfect for expressing gratitude in a fun, interactive way!
โจ Features :-
๐จ Stylish card layout with responsive design
๐ง Simple DOM manipulation using vanilla JavaScript
โก Instant rendering of new cards on the page
๐ ๏ธ Tech Stack HTML5 , CSS3 , JavaScript
A simple, interactive Expense Tracker built with vanilla JavaScript, HTML, and CSS. This project helps users manage their personal finances by tracking income and expenses in real time.
โจ Features ๐ฐ Displays current balance, total income, and total expenses
โ Allows users to add transactions with descriptions and amounts
๐๏ธ Supports deletion of individual transactions
๐ฑ Responsive design for mobile and desktop
๐ ๏ธ Tech Stack HTML5 , CSS3 , JavaScript (DOM manipulation, array methods)
A fun and interactive Rock Paper Scissors game built with vanilla JavaScript, HTML, and CSS. This beginner-friendly project demonstrates core concepts like DOM manipulation, event handling, and dynamic UI updates.
๐ฎ Features ๐ง Simple game logic with randomized computer moves
๐ Clickable buttons for user input
๐ Real-time score tracking
๐จ Clean and responsive design with smooth transitions
๐ Instant replay option for continuous gameplay
๐ ๏ธ Tech Stack HTML5 , CSS3 , JavaScript