Clothing App Project Project Overview
This project is a React-based web application for managing a collection of clothing items. Users can:
View a gallery of clothing items.
Click on an item to see more details in a modal.
Add new garments via a form modal with input fields and radio buttons.
See a footer with developer credit.
The application uses React functional components, state management with useState, and modular CSS for styling.