The Pro-Bone-O web application is a draft application intended to help dog owners find free dog walking/sitting services in their area utilizing the Google Maps API. This app uses React and Recoil on the frontend, with PostgreSQL and Express for the database and backend server.
A limited version of the app was deployed on Netlify for demo purposes (see here) but is not production ready. The video below is a silent walk through of the features and interactions available through the web application.
This application was built on the front end using ReactJS, with SASS and MUI React Material components for styling. The backend utilizes ExpressJS, with PostgreSQL managed through the Prisma ORM.
- Dog.ceo Provides the API used to generate photos of dogs.
- Pusher Provides the API used for managing chats between users.
- Twilio Provides the API used to send users text notifications during booking and user communication.
- Google Maps Provides the API used to search for local listings, and show the listings on available on the map based on the user’s geolocation.