To create a terminal-based student directory that can list all the students in our Makers Academy cohort.
It should:
- Show the list of all students ordered by name and grouped by cohort.
- Add new students by asking the user to input the names
- Show information about a given student
- Add information related to a particular student (e.g. hobbies)
- Have an interactive menu to ask the user what he or she would like to do
- Display aggregate info (statistics)
- Save this data to a file
- Load it from the file
Built using Ruby.
Collaborated on project by working with Github.
Zoe Bryant
Rebuild it using Test Driven Development