Skip to content

updated #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions A01 - Pomodoro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ We'll build a Pomodoro timer that can teach us about rendering in React.
- React effects w/ useEffect()
- React refs w/ useRef()
- Parent and child components
- state management tools
2 changes: 1 addition & 1 deletion A05 - Moving Link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We'll use HTML canvas to draw a Link. We'll move

[![](https://scotch-res.cloudinary.com/video/upload/vs_50,dl_200,e_loop/v1592352072/05_-_link_moving_rb1qtu.gif)](https://learn.chrisoncode.io/courses/10-react-apps-series-a/348624-05-moving-boxes-and-zelda/992093-00-moving-boxes-and-link-preview)

### React skills used in this app
### React skills used in this application

- HTML canvas
- React state w/ useState()
Expand Down
2 changes: 1 addition & 1 deletion A05 - Moving Link/finished/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br />
You will also see any lint errors in the console.

### `yarn test`
### `yarn test` // only you will need this when you want to switch your app to production mode

Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
Expand Down