Today we will build a Christmas list, just like you did back in the Intro to Ruby module, but this time it'll have a real front-end!
We will be creating a form via which we can upload gifts to our list. We will also be using an API to get gift ideas we can add to our list.
The Bootstrap stylesheet is already linked in the index.html
file for you so feel free to use their pre-made classes or have a go at making your own in style.css
!
Note: there will be no rake
for this challenge! To see if your page is working, you'll have to test it out yourself in the browser.