Skip to content
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

correction #19

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
f6187f6
first push
kenldurham Aug 14, 2021
dfa4d1a
Merge pull request #1 from kenldurham/lesson-1-1
kenldurham Aug 14, 2021
dc16c84
Assignment 1-1
kenldurham Aug 17, 2021
4197ee9
lesson 1-1
kenldurham Aug 17, 2021
0537d05
Update .gitignore
kenldurham Aug 17, 2021
c3a3624
Merge branch 'main' into lesson-1-1
kenldurham Aug 17, 2021
4c6fe86
Merge pull request #3 from kenldurham/lesson-1-1
kenldurham Aug 17, 2021
3cffc95
Merge branch 'Code-the-Dream-School:main' into main
kenldurham Aug 21, 2021
87f9e7e
a
kenldurham Aug 21, 2021
833db53
Merge pull request #4 from kenldurham/lesson1-2
kenldurham Aug 21, 2021
e314296
too many changes
kenldurham Aug 21, 2021
d177c8f
clean slate
kenldurham Aug 21, 2021
d2f51a6
Merge pull request #5 from kenldurham/lesson-1-2
kenldurham Aug 21, 2021
3063377
Lesson-1-2complete
kenldurham Aug 23, 2021
1ba3315
Merge pull request #6 from kenldurham/lesson-1-2
kenldurham Aug 30, 2021
d930a6f
Merge branch 'Code-the-Dream-School:main' into main
kenldurham Aug 30, 2021
8f8eee1
Lesson-1-3
kenldurham Aug 31, 2021
136380a
Merge pull request #7 from kenldurham/lesson-1-3
kenldurham Sep 13, 2021
096abcf
Merge branch 'Code-the-Dream-School:main' into main
kenldurham Sep 13, 2021
41b40aa
1-3update
kenldurham Sep 13, 2021
632f324
Merge pull request #8 from kenldurham/Lesson-1-4
kenldurham Sep 13, 2021
1a12054
complete1-4
kenldurham Sep 14, 2021
8e53085
1-4update
kenldurham Sep 16, 2021
2f15974
Merge pull request #9 from kenldurham/lesson-1-4
kenldurham Sep 16, 2021
7108257
Merge branch 'Code-the-Dream-School:main' into main
kenldurham Sep 20, 2021
121fca3
lesson1-5
kenldurham Sep 23, 2021
72fb2f4
Merge pull request #10 from kenldurham/Lesson1-5
kenldurham Sep 27, 2021
8c7dea9
Lesson1-6
kenldurham Sep 29, 2021
1826298
Lesson-1-6complete
kenldurham Sep 29, 2021
727c7f3
Merge pull request #11 from kenldurham/Lesson1-5
kenldurham Sep 29, 2021
de25dde
Lesson-1-6-complete
kenldurham Sep 29, 2021
0fab6ea
Lesson-1-7
kenldurham Oct 12, 2021
0bda5c1
Merge pull request #12 from kenldurham/Lesson-1-6
kenldurham Oct 12, 2021
169dd1b
Lesson-1-7Complete
kenldurham Oct 12, 2021
84063e4
Lesson-1-8complete
kenldurham Oct 19, 2021
604ba70
Merge pull request #13 from kenldurham/Lesson-1-7
kenldurham Oct 19, 2021
cc6bded
Lesson-1-8-complete
kenldurham Oct 19, 2021
c48f749
Lesson1-8complete
kenldurham Oct 19, 2021
359cf45
Merge pull request #14 from kenldurham/Lesson-1-8
kenldurham Oct 25, 2021
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
Binary file added .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}
24 changes: 24 additions & 0 deletions egret/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
70 changes: 70 additions & 0 deletions egret/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm test`

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

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading