For this project, you will forking an existing repo and adding ore functionality to it. You will completing the UI as well as adding a "save for later" feature.
Then you will need to clone your fork to your local machine. You will be doing all of your development on that fork.
Explorer Mode
[x] Add some styling to the page. Make the header look like a header, add styling to the nav bar, and style the pets using flexbox to wrap around the page.
[x] Make a Pet component to have all logic, HTML and styling for a pet.
[x] Hook up the Save for later! Arf! to save the current pet to local storage.
[ ] On the main page, display the number of pets save to local storage
For this project, you will forking an existing repo and adding ore functionality to it. You will completing the UI as well as adding a "save for later" feature.
Objectives
Requirements
First you need ot fork this repo https://github.com/mdewey/puppy-adoption.
Then you will need to clone your fork to your local machine. You will be doing all of your development on that fork.
Explorer Mode
Pet
component to have all logic, HTML and styling for a pet.Save for later! Arf!
to save the current pet to local storage.Adventure Mode
NOTE: Remember to think in components
Epic Mode