Created by Alice Abarca, Judy Ye, Paulina Rubio, and Alex Peterson
Introducing the ultimate pet companion app! Our intuitive interface makes it a breeze to add, edit, and view your furry friends' details. Need to add a new friend that Fluffy met at the dog park? Simplify add in the pet and owner details so you have it on hand during your next dog park visit!
# Clone this repo to your local machine by running:
git clone [email protected]:paulina-isabel/petbook.git
# Cd into the root directory
cd petbook
# Install dependencies
npm install
# Run the start script
npm start
Follow installation instructions for the backend repo
.....OR:
See the deployed project here
- Gain competency with React fundamentals
- Test React components & asynchronous JS
- Gain competency creating GET, POST, and DELETE network requests to backend server
- Create a multi-page UX using Router
🎉 Wins
- Successfully implementing GET, POST, and DELETE network requests to PetBook backend api.
- Implementing React Router
- Creating an accessible UI
🤔 Challenges
- Implementing Cypress testing with properly stubbed network requests