Skip to content

shara-arch/Address-Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address-Book

  • A simple web-based Address Book. It allows the user to Create, View aand Delete contacts, in a clean card-style interface.

Web-page Preview

alt text


Author's Information

Author's Name : Sharon Moegi

Contact Info: (Email) sharamoegi@gmail.com

Setup Instructions:

  • Clone the repository: (```bash git clone https://github.com/shara-arch/Address-Book.git )
  • Open terminal command line then navigate to the root folder of the application. cd Address-Book
  • Open index.html on your preferred browser.

Behaviour Driven Development

1. Displays Form for Contact Details

  • INPUT: "Contact's Name"
  • INPUT: "Contact's Phone Number"
  • INPUT: "Contact's E-mail Address"
  • INPUT: "Contact's Physical Address"
  • OUTPUT: "Displays saved Contacts with relevant details"

2. Displays an Error message if :

  • Full Name is null
  • Phone number is null
  • E-mail address is null

3. Clears Form and Adds Contact

  • INPUT : "Save Contact"
  • OUTPUT: "Clear Form"
  • OUTPUT: "Render Contact List"

Technologies Used

  • HTML
  • CSS
  • JavaScript

Future Improvements

  • Add local storage so contacts persist after page reload.
  • Enhance validation (e.g., proper email format, phone number length).
  • Add search and filter functionality for large contact lists.

Link to Live Site

https://shara-arch.github.io/Address-Book/

Support.

I encourage you to collaborate!

LICENSE

MIT License

Copyright (c) 2026 shara-arch

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A simple web-based Address Book. It allows the user to Create, View and Delete contacts, in a clean card-style interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors