Paws & Pampers is a web application designed to centralize and streamline the entire booking and scheduling process for a dog grooming business. The application allows customers to book appointments online, and the admin can view these bookings online and assign groomers to them. Employees can then view their tasks from their own accounts, which enhances productivity by removing the need for unnecessary communication.
The web application includes unique features that alleviate common pain points for dog owners and businesses. For example, it provides live-updates of the dog grooming process, so that customers no longer have to worry about being late to pick their dog up and can run their errands at ease. As for the business, the website completely digitalizes business processes, as administrative matters can be done with a few clicks of a button, eliminating the need for manual intervention.
Our application is hosted at: https://elsa-grooming.web.app/
To use this web application, you must have the following software installed:
Node.js v14.x.x or later npm 6.x.x or later
- Clone the repository
git clone
- Install the dependencies
npm install
- To run the application in development mode:
npm run dev
- To build the application for production:
npm run build
- Vue 3
- Vite
- Vue Router
- Vuex
- Firebase
This project was completed as part of the curriculum for a software development course. We would like to thank our instructor and teaching assistants for their guidance and support throughout the project.