Skip to content

CRUD Application for creating a phone notebook. It adds a new contact, updates it, deletes it, mark as favorite or not, shows all contacts, shows favorite contacts.

Notifications You must be signed in to change notification settings

wagner-de-carvalho/notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notebook

Notebook application

Start the application

The entry point of the application is the app module.

About the application

  • The application must start by showing a list of options of what can be done with the app and allow the user to enter a choice to start the application.
  • It must be possible to add a contact
    • The contact may have the following data:
    • Name
    • Telephone
    • E-mail
    • Favorite (this option allows you to mark a contact as a favorite)
  • It must be possible to view the list of registered contacts
  • It must be possible to edit a contact
  • It should be possible to mark/unmark a contact as favorite
  • It should be possible to see a list of favorite contacts
  • It must be possible to delete a contact

About

CRUD Application for creating a phone notebook. It adds a new contact, updates it, deletes it, mark as favorite or not, shows all contacts, shows favorite contacts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages