##Project Description
This project is a simple and interactive Pet Selector Web Application built using JavaScript. It allows users to choose a pet from a dropdown menu and instantly displays the corresponding pet image.
The application demonstrates dynamic content updating using DOM manipulation and event handling, making it a great beginner-friendly project.
##Features
πΆ Multiple Pet Options Dog, Cat, Parrot, Spider, Rabbit
π Dynamic Image Update Changes pet image instantly based on selection
β‘ Real-time Interaction Uses change event for immediate response
πΌοΈ User-friendly UI Visual feedback with images for better experience
##Technologies Used
HTML5 β Structure (dropdown & image)
CSS3 β Styling and layout
JavaScript (ES6) β DOM manipulation and event handling
##Installation Steps
##Live Demo
https://PANJAMYNASAIRAM.github.io/select-pet
##How It Works User selects a pet from the dropdown JavaScript captures the selected value Fetches the corresponding image URL from an object Updates the src of the image element Displays the selected pet image instantly π Project Structure project-folder/ β βββ index.html βββ style.css βββ script.js πΈ Use Case
This project can be used in:
Learning DOM manipulation Interactive UI demos Beginner JavaScript practice projects π‘ Future Enhancements Add more pets π’π Add pet descriptions Add animations when switching images Convert into a React app Add sound effects for each pet