https://github.com/matheusadc/contact-list
This agenda aims to store information about a contact, such as their name, phone number, and email.
https://github.com/matheusadc/contact-list
funcional-programming python
Last synced: about 1 year ago
JSON representation
This agenda aims to store information about a contact, such as their name, phone number, and email.
- Host: GitHub
- URL: https://github.com/matheusadc/contact-list
- Owner: MatheusADC
- Created: 2025-01-07T13:57:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T17:14:32.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:24:40.786Z (over 1 year ago)
- Topics: funcional-programming, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Description
This agenda aims to store information about a contact, such as their name, phone number, and email.
#
About
The application should start by displaying a menu with available options and allow the user to choose one to begin using the app.
1. The user should be able to add a new contact, which can include the following information:
- Name
- Phone number
- Email
- Favorite (this option allows marking a contact as a favorite)
3. The user should be able to view the list of registered contacts.
4. The user should be able to edit a contact's information.
5. The user should be able to mark or unmark a contact as a favorite.
6. The user should be able to view only the favorite contacts.
7. The user should be able to delete a contact.
#
View
### Terminal Screen
