Skip to content

Commit

Permalink
some updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Mar 4, 2020
1 parent da91f8d commit a33850a
Show file tree
Hide file tree
Showing 5 changed files with 130 additions and 39 deletions.
26 changes: 13 additions & 13 deletions OUTLINE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,19 @@
## Schedule

- 😴 Logistics
- 🏋 01. Create DOM with JavaScript
- 🏋 02. Create DOM with React
- 💪 01. Create DOM with JavaScript
- 💪 02. Create DOM with React
- 😴 10 Minutes
- 🏋 03. Create DOM with JSX
- 🏋 04. Create Custom Components
- 😴 30 Minutes
- 🏋 05. Styling
- 🏋 06. Simple Forms
- 💪 03. Create DOM with JSX
- 💪 04. Create Custom Components
- 🌮 30 Minutes
- 💪 05. Styling
- 💪 06. Simple Forms
- 😴 10 Minutes
- 🏋 07. Dynamic Forms
- 🏋 08. Controlled Forms
- 💪 07. Dynamic Forms
- 💪 08. Controlled Forms
- 😴 10 Minutes
- 🏋 09. Rendering Lists of Data
- 💪 09. Rendering Lists of Data
- ❓ Q&A

## Scripts
Expand All @@ -70,10 +70,10 @@ Please do ask! Interrupt me. If you have an unrelated question, please ask on

## Exercises

- `src/exercises/0x.md`: Background, Exercise Instructions, Extra Credit
- `src/exercises/0x.js`: Exercise with Emoji helpers
- `src/exercise/0x.md`: Background, Exercise Instructions, Extra Credit
- `src/exercise/0x.js`: Exercise with Emoji helpers
- `src/__tests__/0x.js`: Tests
- `src/exercises-final/0x.js`: Final version
- `src/final/0x.js`: Final version

## Emoji

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ following things to prepare.
- 📺 indicates steps that are only necessary if the workshop is remote via Zoom
- 👋 indicates steps that are specific to the material for this workshop

- [ ] Setup the project (follow the setup instructions below) (~5 minutes)
- [ ] 👋 Setup the project (follow the setup instructions below) (~5 minutes)
- [ ] 📺 Install and setup [Zoom](https://zoom.us) on the computer you will be
using (~5 minutes)
- [ ] 📺 Watch
Expand Down Expand Up @@ -106,7 +106,7 @@ npm start
```

This should start up your browser. If you're familiar, this is a standard
[react-scripts](https://github.com/facebook/create-react-app) application.
[react-scripts](https://create-react-app.dev/) application.

You can also open
[the deployment of the app on Netlify](https://react-fundamentals.netlify.com/).
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ test_script:
- npm run setup

cache:
- ./node_modules -> package.json
- ./node_modules -> package-lock.json

build: off
133 changes: 112 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"npm": ">=6"
},
"dependencies": {
"@testing-library/react": "^9.4.1",
"@testing-library/react": "^9.5.0",
"chalk": "^3.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"devDependencies": {
"@kentcdodds/react-workshop-app": "^2.0.0",
"@kentcdodds/react-workshop-app": "^2.1.1",
"cross-spawn": "^7.0.1",
"husky": "^4.2.3",
"npm-run-all": "^4.1.5",
Expand Down

0 comments on commit a33850a

Please sign in to comment.