This is the first project at Makers Academy, which familiarises us with the tools of the trade—the command line, working in Sublime, version control with Git, and basic Ruby.
The script allows you to manage students enrolled at Makers Academy. It stores each student's name, cohort, age, hobby, and country. Through an interactive menu, you can show the list of students, input new students, save the list to a CSV file, or load an existing CSV file.
git clone git@github.com:Scully87/student-directory.git
Run the script:
$ ruby student-directory/directory.rb
#####To Do List
- List the students
- List the students' Cohort
- List the students' age
- List the students' hobby
- List the students' country
- Ruby