https://github.com/mariosantosdev/simple-contact-list-python
https://github.com/mariosantosdev/simple-contact-list-python
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mariosantosdev/simple-contact-list-python
- Owner: mariosantosdev
- Created: 2024-01-09T23:16:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T23:20:56.000Z (over 2 years ago)
- Last Synced: 2025-01-03T08:47:52.650Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Contact List
This project was create to study about of simple Python Fundamentals. It's a contact list to save, edit, delete and favorite contacts.
### Regras da aplicação
- [x] Show a menu on CLI
- [x] Add a new contact with (Name, Phone, Email)
- [x] List all contacts
- [x] List all favorite contacts
- [x] Add a contact as favorite
- [x] Remove a contact as favorite
- [x] Edit a contact
- [x] Delete a contact