TIY-LR-FEE-2015-June / assignments

0 stars 3 forks source link

4.4 - jQuery Events - Corbin Otwell #136

Open cbotwell opened 9 years ago

cbotwell commented 9 years ago

Deliverables

cbotwell commented 9 years ago

Plan of Attack

Easy

  1. [x] New Folder, Git/Bower/NPM init
  2. [x] Boilerplate Files
  3. [x] Build Tools
  4. [x] Bower install --save jquery, neat, reset-css, font-awesome
  5. [x] Git commit, Hub Create, Push Master
  6. [x] Change to Develop Branch
  7. [x] HTML to represent Accordion. ul>li>ul
  8. [x] Commit, push
  9. [x] Create PR, Link in Issue
  10. [x] Style Header Button
  11. [x] Style Open/Hover Header
  12. [x] Style Sub-list
  13. [x] Create a var w $ to get our buttons. Test that a click event works.
  14. [x] Make button turn green when clicked.
  15. [x] Make sub-menu open on click.
  16. [x] Make other sub-menus close on click.
cbotwell commented 9 years ago

:link: Corbin's 4.4 Pull Request

cbotwell commented 9 years ago

:link: Corbin's 4.4 Accordion GH Page

cbotwell commented 9 years ago

Normal

  1. [x] HTML to Represent Keyboard and Text box.
  2. [x] Style The Buttons.
  3. [x] Style the Text Box and Outer Container.
  4. [x] Set variables for buttons.
  5. [x] Make the letters, numbers, and symbols add text into the box.
  6. [x] Make the delete button remove the last character.
  7. [ ] Return key /n (new line character).
cbotwell commented 9 years ago

:link: Corbin's 4.4 Keyboard GH Page

cbotwell commented 9 years ago

Hard Mode

  1. [ ] Add Data-Normal, Data-Caps, Data-Shift
  2. [ ] Change .html() of each button when caps or shift is clicked.
cbotwell commented 9 years ago

Bonus Mode

  1. [x] Update Brocfile.
  2. [x] HTML to represent calendar.
  3. [x] CSS to style calendar.
  4. [ ] Javascript date request to fill in calendar.
  5. [x] Variable to select arrows.
  6. [ ] Change calendar on arrow click.
cbotwell commented 9 years ago

:link: Corbin's 4.4 Calendar GH Page