Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 572 Bytes

CLI-Phone-Directory

Phone directory in terminal. Interesting test assignment for software engineering job.

Features

  • Paginated table view of all records
  • Add new record feature
  • Edit existing record feature
  • Delete record feature
  • Search for record feature
  • Serialization and deserialization to/from csv file
  • Validation of keyboard input
  • Validation of csv file contents when deserializing
  • Pretty TUI using rich library

Demo

CLI-Phone-Directory-Demo