Pet Store Front-End ?
A Front-End web application for a pet store, built using HTML, CSS.
This project allows users to view, browse, and interact with pets in the store through a clean and user-friendly interface.
?️ Technologies Used
HTML5 – Structure of the web pages
CSS3 – Styling and layout
Git/GitHub – Version control
? Features
Browse pets available in the store
Responsive and clean user interface
Organized folder structure for scalability
? Folder Structure
Pet-Store/ ├─ index.html ├─ css/ │ └─ style.css ├─ js/ │ └─ main.js ├─ images/ └─ README.md