A simple single page web application that allows you to log in and search for adoptable dogs from a remote service. You can filter results by breed. When you’re done browsing, generate a single “match” from your selected favorites.
- Login: Enter your name and email to authenticate.
- Search & Filter: Filter results by dog breed and page through them.
- Details: Each dog’s name, age, ZIP code, image, and breed are displayed.
-
Clone this repository
git clone https://github.com/briannnelson/dog-finder.git cd dog-adoption-search
-
Install dependencies
npm install
-
Run the development server
npm start
This will start the app on http://localhost:5173.