- A simple web-based Address Book. It allows the user to Create, View aand Delete contacts, in a clean card-style interface.
Contact Info: (Email) sharamoegi@gmail.com
- 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.htmlon your preferred browser.
- 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"
- Full Name is null
- Phone number is null
- E-mail address is null
- INPUT : "Save Contact"
- OUTPUT: "Clear Form"
- OUTPUT: "Render Contact List"
- HTML
- CSS
- JavaScript
- 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.
https://shara-arch.github.io/Address-Book/
I encourage you to collaborate!
- Feel free to me contact on: Email: sharamoegi@gmail.com :)
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.
