Skip to content

An concept application to help match people and pets together ❤️

Notifications You must be signed in to change notification settings

sher85/PawMatch

Repository files navigation

PawMatch

An concept application to help match people and pets together ❤️.

Introduction

Pet Adoption Application is a platform designed to connect pet lovers with animals in need of a forever home. The application provides detailed information about pets available for adoption and allows users to submit applications to adopt. Browse pets available for adoption by location and breed. View detailed information about each pet, including photos and description.

Installation

To run the application locally, follow these steps:

  1. Clone the repository: git clone https://github.com/[username]/pet-adoption-app.git
  2. Install the dependencies: npm install
  3. Start the application: npm start

Use

  1. (Optional) Type in the location.
  2. Select animal type.
  3. Select breed type.
  4. Click the "Submit" button - The application will automatically show you available animals.
  5. Click on an animal for more details.
  6. Click on the "Adopt" button. (Functionality coming soon!)
  7. Return to the main screen by clicking the top banner.

app-use-1

app-use-2

Technology Stack

  • React library for building project user interface utilizing reusable components and API malformatted data error-boundary.
  • React-Router for client-side rendering reducing calls to server and improving user experience via page browsing speed.
  • React-Query for handling asynchronous state management (fetching, caching, synchronizing, and updating server state).
  • Node.js/Express.js for serving of application in a split manner and server side rendering.
  • Vite for code organization and stiching files together, including third party libraries from npm, and optimizing code.
  • API: Fake API (to be replaced with a suitable database)
  • Portals: Use of portals to create modal in details page upon clicking on "Adopt Me".
  • Lazy Loading and code splitting website to improve application loading times and user experience.

Upcoming Features

  • Tailwind for class styling.
  • TypeScript for statically typed code and error detection during refactoring/maintenance.
  • Redux for taking over state management in the application (Currently managed by React).
  • Vitest & happy-dom for unit and system testing.
  • TrackJS or NewRelic for API error logging.

Contributions

Pet Adoption Application is open-source and contributions are welcome. If you'd like to contribute, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch with a descriptive name
  3. Make changes and test thoroughly
  4. Submit a pull request

Disclaimer

Please note that this application is a concept utilizing a fake API and none of the pets are available for adoption. The API will need to be replaced with a suitable database for the application to be functional.

License

Pet Adoption Application is licensed under the MIT License.

About

An concept application to help match people and pets together ❤️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published