A basic app for creating a directory of students enrolled on the WDI course.
- fork this repository using the fork button
- git clone your own version into your projects folder
- cd into projects/StudentDirectory
- ruby student.rb
- Add attributes that you want to know about your classmates (don't be nosy...)
- Finish the implementation so that you ask for all the attributes in your classes and save them in attr_accessors.
- Refactor this code so that we can create a Student or an Instructor, based on the users imput (a bit like the Factory pattern we saw earlier...).
- Make any other improvements you see fit
- Go around the class and ask your classmates to complete the information provided
- Check that you have a student_directory.yml file in your project folder.