Meusem-Of-Candy is a creative web project that showcases a simple candy-themed gallery website. It presents colorful images in a clean layout, almost like a mini online “museum of candy.” This project is built for practicing HTML, CSS, and JavaScript basics while creating something fun and visually appealing.
- 🖼️ Candy Gallery – A collection of candy images displayed in a neat, organized layout
- 🎨 Custom Styling – Designed with CSS to create an attractive, colorful theme
- 📱 Lightweight & Simple – Easy to run in any browser, no complex setup needed
- ⚡ Beginner-Friendly – Great for practicing front-end development fundamentals
Meusem-Of-Candy/
├── proj1-candy.html # Main HTML page
├── style.css # Styles for layout & design
├── script.js # (Optional) JavaScript for interactivity
├── 4.jpg # Candy image
├── hand4.jpg # Candy image
├── pic2.jpg # Candy image
├── pic4.jpg # Candy image
└── README.md # Project documentation
git clone https://github.com/rashyy17/Meusem-Of-Candy.git
cd Meusem-Of-CandySimply open proj1-candy.html in any web browser.
No additional setup required.
- ✨ Add a lightbox effect to view larger images when clicked
- 📱 Improve responsive design for mobile and tablet users
- 📝 Add captions or descriptions for each candy image
- 🎬 Include hover animations for a more interactive feel
- 📂 Dynamically load images using JavaScript for scalability
This project is open-source and available under the MIT License. Feel free to use, modify, and expand it as you like.