Skip to content

A Web Development Project in Vue.js intended to be a centralised platform for customer and business operations in the pet-grooming industry

Notifications You must be signed in to change notification settings

adityajirafe/elsa-grooming

 
 

Repository files navigation

Paws & Pampers

Description

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.

Demo

Our application is hosted at: https://elsa-grooming.web.app/

Getting Started

Prerequisites

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

Installing

  1. Clone the repository
git clone
  1. Install the dependencies
npm install

Running the Application

  1. To run the application in development mode:
npm run dev
  1. To build the application for production:
npm run build

Technologies Used

  • Vue 3
  • Vite
  • Vue Router
  • Vuex
  • Firebase

Acknowledgements

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.

About

A Web Development Project in Vue.js intended to be a centralised platform for customer and business operations in the pet-grooming industry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 94.0%
  • JavaScript 4.9%
  • Other 1.1%