Please let me know what you think!
http://clearli.herokuapp.com/
1–10 of 13 posts
Please let me know what you think!
http://clearli.herokuapp.com/
Seems pretty nice, but the background is repeating vertically here. It'd be good to be able to set my location manually too, it thinks I'm in London but I'm up North in Liverpool.
Try doing this to make the background prettier (albeit a bit more demanding on performance):
background-size: cover;
I actually really like this. The natural language of the weather and the comparison to yesterday is helpful in understanding how I need to approach the day. This is impressive for a first project after only a few months! Mind sharing your recommended resources for learning?
Unfortunately I didn't do so great in the interview for App Academy and was rejected, which was last week, however following my interview I decided I would just set my mind to actually trying to build something to begin the process of teaching myself!
Hope this helps
I actually really like this. The natural language of the weather and the comparison to yesterday is helpful in understanding how I need to approach the day. This is impressive for a first project after only a few months! Mind sharing your recommended resources for learning?
Of course, up until now my experience has been something along the lines of... first I completed Chris Pines learn to program and all of the exercises on Codeacademy. Next, I read the book, Beginning Ruby from Novice to Professional and completed some other online exercises such as the Ruby Monk problems. Most of the preparation I was doing at the time was to get ready for my interview to App Academy so, I also compl…
Looks nice and good that you can now build a full app. Two things, you have a bug as it's 73 degrees F where I am and the site says 0. Also, keep in mind that a large part of coding is the quality of the source itself. To that end, there are many books on the subject such as Clean Code.