Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 849 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 849 Bytes

Student Directory

Synopsis

My very first coding project, written during Week 1 of Makers Academy. What a long way I've come!

This programme allows to enter and list all the students of my cohort at Makers Academy in the Terminal. I've intentionnally left it as it was on that first week, to showcase the progress I have made since then.

Image

Technologies Used

  • Ruby

How to run it

  • Clone the repo and in the Terminal, in the directory of the project, run:
ruby directory_exercises_with_hobbies.rb 

Then:

  • Pick 1 to input a couple of students - imaginary or real
  • Pick 2 to display them in the Terminal
  • Pick 9 to Exit

What I learnt

  • Using Ruby methods
  • Checking and following the logic of a programme