Foster Dog Tracker App (React)
A React application that allows users to track foster dogs by storing information such as name, breed, age, intake date, notes, and photos. The application supports adding and removing dog records, filtering dogs by size, and persists data using browser localStorage.
Technologies
React
JavaScript
CSS
localStorage API
Key Features
Add new foster dogs with detailed information
Display dogs using reusable React components
Filter dogs by size (Small, Medium, Large)
Persist data using localStorage
Delete dog entries dynamically
Display dog photos within card-based UI