Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 790 Bytes

File metadata and controls

10 lines (6 loc) · 790 Bytes

Baby Sitter Console App

The babysitter app helps a babysitter to manage her clients. See all details information, can add/remove client.

A part-time babysitter wants you to help her implement some way of organizing and managing her employers’ information where it would be easy to add and remove new employers and also see existing employers. Each employer is a person with a name, an address, a phone number and at least one child. Each employer also provides a person, who is an emergency contact and will have a name, phone number and relationship to the client. Each child’s name, age, special health information and interests should also be noted.

Installation

git clone https://github.com/shafikshaon/BabySitterConsoleApp.git

Open up on Visual Studio and Build it. 👍