Skip to content

Commit

Permalink
deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
kanika committed Nov 8, 2021
0 parents commit cb4ce60
Show file tree
Hide file tree
Showing 51 changed files with 52,051 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
asset-manifest.json,1632407262751,61cef5c3cbe05d681ed1e32015900ec93e00922dc7f47198cc0a2389e5cdd44e
favicon.ico,499162500000,eae62e993eb980ec8a25058c39d5a51feab118bd2100c4deebb2a9c158ec11f9
index.html,1632407262751,fe5df5d1489d56558972eabfcc5bf7c5d8c001753ff5f7dd623ba84bdadacd0e
logo512.png,499162500000,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331
manifest.json,499162500000,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a
logo192.png,499162500000,3ee59515172ee198f3be375979df15ac5345183e656720a381b8872b2a39dc8b
robots.txt,499162500000,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49
static/css/main.3bbaa0c5.chunk.css,1632407262753,ccbddff60630435378ac1aadf4263e949ba0d360d31cd87c2fcfe31d5fb5c9c8
static/css/main.3bbaa0c5.chunk.css.map,1632407262763,c686895c3fc0e519bd53095d790bf68f63d966454f4e9395508da06ffa91da95
static/js/2.5e7f5ce8.chunk.js.LICENSE.txt,1632407262763,0dc27fdc728dc0720bfda8bc484ab2900be1ed2bd7dd51031de25dbcb7cc8308
static/js/3.ac7b2788.chunk.js,1632407262784,ee30805def41dd959cd81324cf8ff6201970702fb5c8a734d781e8fc169d20ad
static/js/3.ac7b2788.chunk.js.map,1632407262784,350b507c66fc619249349ff763bd1adb2f2d8b95e6c9dc0e091c6d4897bba3bb
static/js/main.8b0bfc58.chunk.js,1632407262763,c95c2a77e6bc30b471b64b397ea61f6f15ad0fa937cf9eb02aa612b2430292ed
static/js/runtime-main.8b04e557.js,1632407262785,468517384d81b720cea68984c2edff9659cc6d966b62c268e79400dc4d293bf1
static/js/main.8b0bfc58.chunk.js.map,1632407262784,ea6186c752d545a04f4cfa7338e3a0311a4f50f2e93645bab9fda60e33dbd594
static/js/runtime-main.8b04e557.js.map,1632407262785,9ef51681866f3d36180441d9a4d635265993c372368f6cdf4418a7d68946b627
static/js/2.5e7f5ce8.chunk.js,1632407262784,3a9ed52524712eccb0defe0c39724505298555303e4c9a8ff24a7b4574db8d50
static/js/2.5e7f5ce8.chunk.js.map,1632407262785,1f3e5c5e6631c6c008838f9320e9832b9f845d7ab92875bd149676cf87292617
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "challenge-c2c10"
}
}
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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.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 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

0 comments on commit cb4ce60

Please sign in to comment.