Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
prerna-rn committed Feb 1, 2024
0 parents commit b63b9eb
Show file tree
Hide file tree
Showing 15 changed files with 196 additions and 0 deletions.
16 changes: 16 additions & 0 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"files": {
"main.css": "/the-weather-stalker/static/css/main.0cace0c0.css",
"main.js": "/the-weather-stalker/static/js/main.54d68d6d.js",
"static/media/logo.png": "/the-weather-stalker/static/media/logo.0180fb07c5dc0f4023b8.png",
"static/media/wind-weather-svgrepo-com.svg": "/the-weather-stalker/static/media/wind-weather-svgrepo-com.15ad6245aa17d69d681f97576bde8f39.svg",
"static/media/humidity.svg": "/the-weather-stalker/static/media/humidity.d49e9f30f5ed097d7ecdbfb6f2744835.svg",
"index.html": "/the-weather-stalker/index.html",
"main.0cace0c0.css.map": "/the-weather-stalker/static/css/main.0cace0c0.css.map",
"main.54d68d6d.js.map": "/the-weather-stalker/static/js/main.54d68d6d.js.map"
},
"entrypoints": [
"static/css/main.0cace0c0.css",
"static/js/main.54d68d6d.js"
]
}
Binary file added favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/the-weather-stalker/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="The Weather Forecasting App - To get current and weather forcast for the next week"/><link rel="apple-touch-icon" href="/the-weather-stalker/favicon.ico"/><link rel="manifest" href="/the-weather-stalker/manifest.json"/><title>The Weather | Current & Forecasting</title><script defer="defer" src="/the-weather-stalker/static/js/main.54d68d6d.js"></script><link href="/the-weather-stalker/static/css/main.0cace0c0.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
Binary file added logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"short_name": "The Weather App",
"name": "The Weather App",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions static/css/main.0cace0c0.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions static/css/main.0cace0c0.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions static/js/main.54d68d6d.js

Large diffs are not rendered by default.

50 changes: 50 additions & 0 deletions static/js/main.54d68d6d.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
1 change: 1 addition & 0 deletions static/js/main.54d68d6d.js.map

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions static/media/humidity.d49e9f30f5ed097d7ecdbfb6f2744835.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 added static/media/logo.0180fb07c5dc0f4023b8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b63b9eb

Please sign in to comment.