Skip to content

Commit

Permalink
burger basic - completed
Browse files Browse the repository at this point in the history
  • Loading branch information
actionanand committed May 20, 2022
1 parent e03f3d2 commit e07fdb2
Show file tree
Hide file tree
Showing 47 changed files with 858 additions and 11,241 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: yarn install && yarn run build
command: yarn run start


10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2484,3 +2484,13 @@ In the future, we might start automatically compiling incompatible third-party m
## Something Missing?

If you have ideas for more “How To” recipes that should be on this page, [let us know](https://github.com/facebookincubator/create-react-app/issues) or [contribute some!](https://github.com/facebookincubator/create-react-app/edit/master/packages/react-scripts/template/README.md)

### Sources

- [CSS Scoping in React - Everything You Need to Know](https://www.upbeatcode.com/react/css-scoping-in-react-everything-you-need-to-know/)
- [How to deploy a React, Angular and Vue project to Github pages](https://deepinder.me/how-to-deploy-a-react-angular-vue-project-to-github-pages)
- [html color names](https://www.htmlcsscolor.com/)

### Packages

1. [prop-types npm](https://www.npmjs.com/package/prop-types)
Loading

0 comments on commit e07fdb2

Please sign in to comment.