An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# description icon Description
This agenda aims to store information about a contact, such as their name, phone number, and email.

# information icon 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.

# shell icon View
### Terminal Screen
![image](https://github.com/user-attachments/assets/61ba17ba-7318-4b3c-ad6c-d49b6223e63b)