Skip to content

Commit

Permalink
Merge pull request #29 from RileyManda/feature/deploy
Browse files Browse the repository at this point in the history
Feature/deploy
  • Loading branch information
RileyManda authored Aug 10, 2023
2 parents d6cb978 + 81f4192 commit ecbd40f
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 17 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
# 📖 Air-quality <a name="about-project"></a>

Air-quality is a full stack app that displays numeric air-quality data from various weather stations.The applications gets data from the api using axios and updates its states using redux-toolkit.Ths application was developed with quality and responsiveness in mind using react test library for TDD and react-boostrap for the ui.

<img src="app-screenshot.png" alt="logo" width="140" height="auto" />
<img src="detail-screenshot.png" alt="logo" width="140" height="auto" />

## 🛠 Built With <a name="built-with"></a>

Expand Down Expand Up @@ -110,7 +111,7 @@ Air-quality is a full stack app that displays numeric air-quality data from vari
<!-- LIVE DEMO -->
## 🚀 Live Demo <a name="live-demo"></a>

- [Live Demo](https://64d4216c14ebf7051d03f18d--keen-kataifi-c1ed91.netlify.app/)
- [Live Demo](https://feature-deploy--keen-kataifi-c1ed91.netlify.app/)

## 🚀 Project Presentation <a name="project-presentation"></a>

Expand Down
Binary file added app-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"files": {
"main.css": "/static/css/main.9fe22626.css",
"main.js": "/static/js/main.6dd63180.js",
"main.css": "/static/css/main.93bbd3db.css",
"main.js": "/static/js/main.f6a172e9.js",
"static/js/787.b7a83069.chunk.js": "/static/js/787.b7a83069.chunk.js",
"static/media/map1.svg": "/static/media/map1.d959b0bd3dc709373454e7ffa70c98c5.svg",
"static/media/map4.svg": "/static/media/map4.b30cff7757376c8f288d0d15a6e9dc4c.svg",
"index.html": "/index.html",
"static/media/map2.svg": "/static/media/map2.868b139b87ec38365817bd132e0b3f5f.svg",
"main.9fe22626.css.map": "/static/css/main.9fe22626.css.map",
"main.6dd63180.js.map": "/static/js/main.6dd63180.js.map",
"main.93bbd3db.css.map": "/static/css/main.93bbd3db.css.map",
"main.f6a172e9.js.map": "/static/js/main.f6a172e9.js.map",
"787.b7a83069.chunk.js.map": "/static/js/787.b7a83069.chunk.js.map"
},
"entrypoints": [
"static/css/main.9fe22626.css",
"static/js/main.6dd63180.js"
"static/css/main.93bbd3db.css",
"static/js/main.f6a172e9.js"
]
}
2 changes: 1 addition & 1 deletion build/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="/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 rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Air Quality</title><script defer="defer" src="/static/js/main.6dd63180.js"></script><link href="/static/css/main.9fe22626.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="/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 rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Air Quality</title><script defer="defer" src="/static/js/main.f6a172e9.js"></script><link href="/static/css/main.93bbd3db.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.93bbd3db.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion build/static/css/main.9fe22626.css.map

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/main.6dd63180.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.f6a172e9.js.map

Large diffs are not rendered by default.

Binary file added detail-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: 1 addition & 1 deletion src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Home = () => {
<StyledHome>
<TopCard
backgroundImage={Map1}
location={data.length > 0 ? data[0].country : ''}
location={data.length > 0 ? data[0].country : 'Loading...'}
description="Air-Quality"
footerText="Stats by air pressure"
toggleSearch={toggleSearch}
Expand Down

0 comments on commit ecbd40f

Please sign in to comment.