Scully87 / student-directory

The tutorial for the first Ruby project at Makers Academy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is still under development

Student Directory

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.

How to use

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
Technologies used:
  • Ruby

About

The tutorial for the first Ruby project at Makers Academy


Languages

Language:Ruby 100.0%