Client organizer is a console application that recieves user input in order to add, remove, and rename clients. Client organizer will note the date when a client is added and organize the clients by the date added.
- Master Loop
- List that has values populated, retrieved and used
- Reads data from a JSON file and uses it
- Uses LINQ to retrieve information from a List
- Unit Tests
- Uses external factor (current date)
- Analyzes date strings and organizes them chronologically
- clone repository and open the executable file in the "Executable" folder.
- If that doesnt work, open ClientOrganizer.sln in visual studio and build and run directly using visual studio.