A modern React + Vite application for PET bottle supply management. src/ ├── components/ # Reusable UI components │ ├── Navbar.jsx │ ├── Card.jsx │ └── Button.jsx ├── pages/ # Full page components │ ...
src/ ├── components/ # Reusable UI components │ ├── AddEntryModal.tsx │ ├── EntryRow.tsx │ ├── FilterDropdown.tsx │ ├── Footer.tsx │ ├── LoginForm.tsx │ ├── LoginHero.tsx │ ├── Navbar.tsx │ ├── ...