Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damiieibikun/babysitting-appointment
BabySitting Appointment Service
https://github.com/damiieibikun/babysitting-appointment
conditional-statements dom-manipulation flex functions grid html-css-javascript javascript localstorage responsive-design
Last synced: 27 days ago
JSON representation
BabySitting Appointment Service
- Host: GitHub
- URL: https://github.com/damiieibikun/babysitting-appointment
- Owner: Damiieibikun
- Created: 2024-06-06T15:56:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-06T19:20:12.000Z (8 months ago)
- Last Synced: 2024-11-15T03:33:13.457Z (3 months ago)
- Topics: conditional-statements, dom-manipulation, flex, functions, grid, html-css-javascript, javascript, localstorage, responsive-design
- Language: JavaScript
- Homepage: https://damiieibikun.github.io/BabySitting-Appointment/
- Size: 3.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Baby Sitting Appointment Service
This project implements a simple web-based booking application for a baby sitting service.
**Features:**
* **Parent Details Input**: Add parent's name, phone number, and email address.
* **Child Details Input**: Add child's name and age.
* **Service Date and Time Selection**: Pick a date and time for the babysitting service.
* **Service Duration**: Choose how long the service will be: Not applicable, 1 week, 2 weeks, 3 weeks, or 1 month.
* **Service Type Selection**: Pick the type of service (Daytime, Evening, Overnight).
* **Babysitter Selection**: See which babysitters are available and pick your favorite slot.
* **Booking Summary**: Get a summary of the service details and total cost after booking.
* **Availability Message**: If no babysitters are available, a message will pop up to let you know.
* **Form Validation**: Make sure all the fields are filled out correctly.This project uses Native JavaScript as programming language of choice, HTML and CSS for structure and styling.