diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4d29575..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -# 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* diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 3ef06ee..0000000 --- a/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright © 2021 Mueez Khan - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 4ecdeb3..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# International Space Station Position SPA 🛰 - -[](https://rzmk.github.io/iss-position-spa) - -Fetches the latitude and longitude of the International Space Station (ISS) every 2 seconds and displays the live position on a map with a progress bar. - -## Technologies - -- [React](https://reactjs.org/) -- [TailwindCSS](https://tailwindcss.com/) -- [wheretheiss.at](https://wheretheiss.at) -- [react-icons](https://github.com/react-icons/react-icons) -- [react-simple-maps](https://github.com/zcreativelabs/react-simple-maps) -- [uiGradients](https://uigradients.com/#VisionsofGrandeur) -- [GitHub Pages](https://pages.github.com/) diff --git a/public/android-chrome-192x192.png b/android-chrome-192x192.png similarity index 100% rename from public/android-chrome-192x192.png rename to android-chrome-192x192.png diff --git a/public/android-chrome-512x512.png b/android-chrome-512x512.png similarity index 100% rename from public/android-chrome-512x512.png rename to android-chrome-512x512.png diff --git a/public/apple-touch-icon.png b/apple-touch-icon.png similarity index 100% rename from public/apple-touch-icon.png rename to apple-touch-icon.png diff --git a/asset-manifest.json b/asset-manifest.json new file mode 100644 index 0000000..c83f246 --- /dev/null +++ b/asset-manifest.json @@ -0,0 +1,16 @@ +{ + "files": { + "main.css": "/iss-position-spa/static/css/main.2ab3824a.css", + "main.js": "/iss-position-spa/static/js/main.0b56c7d8.js", + "static/js/787.f54da110.chunk.js": "/iss-position-spa/static/js/787.f54da110.chunk.js", + "service-worker.js": "/iss-position-spa/service-worker.js", + "index.html": "/iss-position-spa/index.html", + "main.2ab3824a.css.map": "/iss-position-spa/static/css/main.2ab3824a.css.map", + "main.0b56c7d8.js.map": "/iss-position-spa/static/js/main.0b56c7d8.js.map", + "787.f54da110.chunk.js.map": "/iss-position-spa/static/js/787.f54da110.chunk.js.map" + }, + "entrypoints": [ + "static/css/main.2ab3824a.css", + "static/js/main.0b56c7d8.js" + ] +} \ No newline at end of file diff --git a/public/browserconfig.xml b/browserconfig.xml similarity index 100% rename from public/browserconfig.xml rename to browserconfig.xml diff --git a/public/favicon-16x16.png b/favicon-16x16.png similarity index 100% rename from public/favicon-16x16.png rename to favicon-16x16.png diff --git a/public/favicon-32x32.png b/favicon-32x32.png similarity index 100% rename from public/favicon-32x32.png rename to favicon-32x32.png diff --git a/public/favicon.ico b/favicon.ico similarity index 100% rename from public/favicon.ico rename to favicon.ico diff --git a/index.html b/index.html new file mode 100644 index 0000000..be4891c --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +