Weekly Goals
-
finish basics of Ruby Treehouse course
-
build a basic full stack app with Rails
-
access an external API with Rails either in test application or through tutorial
-
say goodbye to Learners Guild and friends ::sad face::
finish basics of Ruby Treehouse course
build a basic full stack app with Rails
access an external API with Rails either in test application or through tutorial
say goodbye to Learners Guild and friends ::sad face::
# Goals for 368 - Get Hired - Cycle 45 | |
- [x] Attend Twilio Conference | |
- [x] Follow up and email any contacts met a conferencfollow up with email for Twilio conference | |
- [x] Meet with Jeff for Literator | |
- [x] finish final PR for "Student Notes" - WIP PR submitted, after meeting with Jeff specs have been changed so I will continue to work on it next week so PR will be merged | |
- [x] Attend Slack Meeting |
In this challenge, you'll build a color picker for a web page.
A color picker is a simple UI (User Interface) tool that allows a user to choose from a list of colors. It is used in lots of software where users can select different colors.
For example, say you are designing a blog editor. You will likely want to let users choose the colors of things like their blog header, background, and text. A color picker is a user-friendly way to edit things like this.
In this challenge, we'll start simple and build a web page with a color picker that, when clicked, changes the background color of the page.