-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 56e0d15
Showing
29 changed files
with
32,255 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
favicon.ico,1653573729698,eae62e993eb980ec8a25058c39d5a51feab118bd2100c4deebb2a9c158ec11f9 | ||
logo192.png,1653573730696,3ee59515172ee198f3be375979df15ac5345183e656720a381b8872b2a39dc8b | ||
logo512.png,1653573730740,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331 | ||
manifest.json,1653573730395,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a | ||
robots.txt,1653573730898,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49 | ||
asset-manifest.json,1653842713157,5d1b3fb49eaaa94b1cb29f941a0b551fd208417f941e46cd66b0e8c46dd944d4 | ||
static/css/main.f7496078.css,1653842713167,b5592626cc9b72ff4a48a8fd34e5a49d1ab80b2b1bd9a1bf3469eae576f4c749 | ||
index.html,1653842713157,de89d74750b4e81a42a783b7beeed33d88c0dac2bcddac3c516618767869d7a1 | ||
static/css/main.f7496078.css.map,1653842713162,24873670bcd8d2a8644912459813eab0b15d7bf18b970b88d22f90f31441a807 | ||
static/js/787.377507dd.chunk.js,1653842713167,099dd861af7357fa918296eb8c4d6c02413a83df65b461c41f70462751146198 | ||
static/js/main.961018c4.js.LICENSE.txt,1653842713167,7042f410ef60d5898b5ffa24148835c4ce6818ed4e4c0ffadf6312d7397df58c | ||
static/js/787.377507dd.chunk.js.map,1653842713167,7e2ff0a5d49fee7ad335f77c591e94c454b1f668856e626a8468d6b122376bf2 | ||
static/js/main.961018c4.js,1653842713167,70a125ebba1ea19ab4d67db738771e1894b410dfeaa6a86b312e3aad708f9811 | ||
static/js/main.961018c4.js.map,1653842713167,26eeeebd213bf332cd87bf4756b4e3d90231d7b473b5af40db27e1407b905a9d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## A basic overview of your project. | ||
Create, design and implement a web-based application capable of running SQL queries and displaying the results of said query. A dummy application where there is space to write queries and a run button to display a Data Table. There is a dropdown to toggle between other queries. | ||
|
||
## Packages Installed | ||
1. React Material UI (@material-ui/core) | ||
2. React Router Dom (react-router-dom) | ||
3. React Spinner (react-spinner) | ||
4. Firebase (firebase) | ||
|
||
## Page Load Time | ||
The Page Load Time Of this application is 5543 ms. | ||
- 2 ms Loading | ||
- 193 ms Scripting | ||
- 13 ms Rendering | ||
- 2 ms Painting | ||
- 33 ms System | ||
- 5299 ms Idle | ||
|
||
I measured The Load Time Of this Application using Chrome DevTools. |
Oops, something went wrong.