I'm trying to create a basic website. It will do an API call to a public API, and then display some of the retrieved information from that public API onto my website.
I am learning Ruby and Ruby on Rails. For what I'm trying to do, will I need to code anything in HTML/CSS/javascript?
Thanks
You could probably skip the javascript and run through the HTML / CSS courses on Treehouse and learn enough to get you by.
Yeah you would have to best resource is W3schools they have an extensive library about all kinds of javascript functions and tutorials to learn lol not trying to spam for them but it’s pretty great when doing web dev
How do I integrate Ruby on Rails with HTML/CSS ?
And what’s the point of learning Rails (as opposed to just Ruby) for the purposes of the project I want to do, if I’m going to have to use some HTML / CSS as well ?