Table made to allow managing big amount of data. Such as clients info, orders info and other type of data. Running application creates file "DataTable.txt" where stores all the data as, for example:
1-NameTest-Test@Test.com-123123-Date-OpcionalFieldTest
Note: It is possible to import .txt file into Excel by importing as text file and choose "-" as a delimiter.
- Allow user to insert data (Name, Email, Phone Number, Date and Opcional field) into available fields ✅
- Write and save input data in a .txt file ✅
- Read input data from a .txt file, so user can continue adding data without losing information ✅
- Allow user to remove field
- Updated software design