This repository is a collection of projects built using HTML, CSS, and JavaScript. These projects were developed to strengthen my frontend development skills and cover a wide range of core JS concepts like DOM manipulation, events, conditions, functions, arrays, etc.
Some of these projects are inspired by a structured Udemy course, and others are original projects built out of practice and experimentation.
| # | Project Name | Description |
|---|---|---|
| 01 | Hello Name App | Takes input and displays a welcome message |
| 02 | Drum Kit | Displays an alert when clicking drum boxes |
| 03 | LightBulb ON/OFF | Toggle a lightbulb image on/off |
| 04 | Random Number Generator | Generates a random number on click |
| 05 | Random Password Generator | Generates strong random passwords |
| 06 | Email Validation | Validates email format in real-time |
| 07 | Prime Number Checker | Checks if a number is prime |
| 08 | Hide/Show Password | Toggle password visibility |
| 09 | Counter Application | Increment, decrement, and reset a counter |
| 10 | Palindrome Checker | Checks if a word or sentence is a palindrome |
| 11 | Get Unicode | Shows Unicode value of input character |
| 12 | Calculator | Simple calculator with basic operations |
| 13 | Color Changer | Changes background colors on click |
| 14 | Live Word Suggestions | Suggests words based on input prefix |
| 15 | Rock Paper Scissors | Classic game built with images and logic |
| 16 | Dice Game | Simulates rolling dice with images |
| 17 | Text Character Counter | Counts characters in a live textarea |
| 18 | Tic Tac Toe | 2-player game with win/draw logic |
| 19 | Split Bill App | Calculates tip and splits bill fairly |
- Clone the repo:
git clone https://github.com/Sneha-Amballa/HTML-CSS-JS.git
Navigate to any project folder.
Open index.html in your browser.
HTML5
CSS3
JavaScript
Amballa Sneha
Gmail - sneha.amballa0804@gmail.com
Github - https://github.com/Sneha-Amballa