๐Ÿ—๏ธ Unit 4 Project

Contact Manager

Build a mini app that stores contacts as a list of dictionaries โ€” with add, search, delete, and list-all operations via a menu loop.

๐Ÿ“ฑ

Store Contacts

List of dicts with name, phone, email

โž•

Add Contact

Collect name/phone/email via input

๐Ÿ”

Search

Find contacts by name

๐Ÿ“‹

List All

Display all contacts formatted

๐Ÿ—‘๏ธ

Delete

Remove a contact by name

๐Ÿ”„

Menu Loop

Keep running until user quits

๐ŸŽฎ Simulated Input Browser Mode

Each scenario feeds a sequence of menu choices and data to test your app's features.
Your Code
0%