To understand why your commits are not being verified, click the badge in github.
If it's a mismatched email, you need to make sure that your git config email matches your settings in your github account.
Start here: https://beta.reactjs.org/apis/usestate
Detailed lesson on useState: https://scrimba.com/learn/learnreact/usestate-codb9407dbf1fcf31ecb6bb23
6 common mistakes with useState: https://www.youtube.com/watch?v=nYfAIgKYUEc
| A brief intro video on the history of Typescript. https://www.youtube.com/watch?v=EUlM3wx546o | |
| var buildRunwayData = function() { | |
| var returnData = []; | |
| // Loops over each sprint | |
| $(".backlog-filter-condensed").each(function(i, item) { | |
| // Only care about the first 2 | |
| if (i < 2) { |
| Requirements: | |
| - VSCode | |
| - Have the following links open in your browser: | |
| https://docs.emmet.io/cheat-sheet/ (helpful shortcuts) | |
| https://devhints.io/emmet (helpful shortcuts) | |
| https://www.youtube.com/playlist?list=PL1wzr--U1bxNKKvf5eYeROcyy3vmRGi0U (a great crash course video series) | |
| Hello UX Engineers! |
| 1. Coordinate with the main UX person on the team to sync on any current projects/workloads. | |
| 2. Write down all meeting times for that team. | |
| 3. Meet with the producteer on that team. | |
| 4. Get added to the team's calendar so you won't miss any meetings. | |
| 5. Attend those as the support fill-in. | |
| 6. Be the UX eyes in those meetings and write down things that need discussing. | |
| 7. Bring back to UX team any unknowns or key information. |
| import React from "react" | |
| import { | |
| Card, | |
| TextInput, | |
| Flex, | |
| FlexItem, | |
| Select, | |
| CircleIconButton, | |
| SectionSeparator, | |
| Caption, |
| git checkout master | |
| git pull | |
| git checkout christina/candidate_applications | |
| git merge origin/master | |
| git push |
THE MVP GOAL: Be able to call marginRight: "sm" on any existing react kit and have it add a margin-right of 16px, according to our spacing variables in our tokens directory. Ultimately, we'd like to be able to call the following spacing options:
margin
marginTop
marginRight
marginBottom
marginLeft
marginX