Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketjaswal committed Oct 4, 2024
1 parent 31aef4c commit e8384eb
Show file tree
Hide file tree
Showing 13 changed files with 661 additions and 608 deletions.
16 changes: 8 additions & 8 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/PokeDex/static/css/main.f599279c.css",
"main.js": "/PokeDex/static/js/main.01e241f2.js",
"static/js/453.a6a97343.chunk.js": "/PokeDex/static/js/453.a6a97343.chunk.js",
"index.html": "/PokeDex/index.html",
"main.f599279c.css.map": "/PokeDex/static/css/main.f599279c.css.map",
"main.01e241f2.js.map": "/PokeDex/static/js/main.01e241f2.js.map",
"453.a6a97343.chunk.js.map": "/PokeDex/static/js/453.a6a97343.chunk.js.map"
"main.css": "/static/css/main.f599279c.css",
"main.js": "/static/js/main.4231ce7c.js",
"static/js/453.a6a97343.chunk.js": "/static/js/453.a6a97343.chunk.js",
"index.html": "/index.html",
"main.f599279c.css.map": "/static/css/main.f599279c.css.map",
"main.4231ce7c.js.map": "/static/js/main.4231ce7c.js.map",
"453.a6a97343.chunk.js.map": "/static/js/453.a6a97343.chunk.js.map"
},
"entrypoints": [
"static/css/main.f599279c.css",
"static/js/main.01e241f2.js"
"static/js/main.4231ce7c.js"
]
}
9 changes: 9 additions & 0 deletions assets/loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/PokeDex/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link href="https://fonts.cdnfonts.com/css/pokemon-solid" rel="stylesheet"/><link href="https://fonts.cdnfonts.com/css/pokemon-hollow" rel="stylesheet"/><link rel="apple-touch-icon" href="/PokeDex/logo192.png"/><link rel="manifest" href="/PokeDex/manifest.json"/><title>React App</title><script defer="defer" src="/PokeDex/static/js/main.01e241f2.js"></script><link href="/PokeDex/static/css/main.f599279c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="PokeDex/pokeball.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link href="https://fonts.cdnfonts.com/css/pokemon-solid" rel="stylesheet"/><link href="https://fonts.cdnfonts.com/css/pokemon-hollow" rel="stylesheet"/><link rel="manifest" href="/manifest.json"/><title>PokéDex</title><script defer="defer" src="/static/js/main.4231ce7c.js"></script><link href="/static/css/main.f599279c.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file removed logo192.png
Binary file not shown.
Binary file removed logo512.png
Binary file not shown.
16 changes: 3 additions & 13 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "PokeDex",
"name": "Pokemon app by Sanket Jaswal",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
}
Binary file added pokeball.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
579 changes: 0 additions & 579 deletions static/js/main.01e241f2.js

This file was deleted.

1 change: 0 additions & 1 deletion static/js/main.01e241f2.js.map

This file was deleted.

639 changes: 639 additions & 0 deletions static/js/main.4231ce7c.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
/*!
* Axios Cache Interceptor 1.6.0
* (c) 2021-present Arthur Fiorette & Contributors
* Released under the MIT License.
*/

/**
* @license React
* react-dom.production.min.js
Expand Down
1 change: 1 addition & 0 deletions static/js/main.4231ce7c.js.map

Large diffs are not rendered by default.

0 comments on commit e8384eb

Please sign in to comment.