Topics Covered: Rails basics: MVC, Routes
Complete the following checkpoint (enter your full name and the passcode: iXperience2015
)
Note: All exercises must live inside of your session0202_exercises/firstname_lastname/d8
folder
While inside of your session0202_exercises
directory, you can git add .
then git commit -m "Helpful commit message here"
and git push origin master
to submit your homework to GitHub. (Don't forget to use git status
along the way to check the state of your files in git)
We need to clone the treasure_hunt
repository. In your terminal, navigate to your d8 folder and paste the following code:
git clone https://github.com/nax3t/treasure_hunt.git
Now cd
into the treasure_hunt
folder and navigate through it in sublime (subl .
) to complete the assignment.
Submit your answers to GitHub as a markdown file inside of your d8 folder
The working app can be viewed live here