A simple web app to book your door-to-door saloon appointment. It lets the user choose the date and time they prefer and also the services they need. The hairstylist will travel to customer's place at the appointed time and date.
- Login
- Registration
- Delete Account
- Create, update & delete user profile
- View Booking details
- Book Appointment
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and preview
$ npm run build
$ npm run serve
Deployed using Firebase. Follow the guidelines here