PetPals is an application created as part of the Ironhack Module 2 Project. The requirement was to create a Single Page Application (SPA) using React, consisting of multiple views. The application uses a mock backend and can perform all CRUD (Create, Read, Update, Delete) operations on that API.
PetPals is like Tinder for your pets! It allows your pet to meet up with other pets and become pals. The application lets users create profiles for their pets, browse other pet profiles, and manage their pet's interactions.
- User Authentication: Allows users to sign up, log in, and manage their accounts.
- Pet Profile Creation: Users can create and update profiles for their pets, including photos and descriptions.
- Browse Pets: Users can browse through profiles of other pets, view their details, and send pal requests.
- Pal Requests: Users can send, accept, and decline pal requests from other pets.
- CRUD Operations: All pet profiles and pal requests can be created, read, updated, and deleted using the application's interface.
