Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danifromecuador/air-pollution-app
Air Pollution APP uses the Air Pollution API to show how the air health is in different cities around the world
https://github.com/danifromecuador/air-pollution-app
gitflow javascript netlify redux redux-thunk
Last synced: 10 days ago
JSON representation
Air Pollution APP uses the Air Pollution API to show how the air health is in different cities around the world
- Host: GitHub
- URL: https://github.com/danifromecuador/air-pollution-app
- Owner: danifromecuador
- License: mit
- Created: 2023-07-31T17:06:49.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-09-08T23:43:45.000Z (over 1 year ago)
- Last Synced: 2025-01-05T17:51:27.492Z (15 days ago)
- Topics: gitflow, javascript, netlify, redux, redux-thunk
- Language: JavaScript
- Homepage: https://64cf19298a3f381144193470--neon-banoffee-55a02e.netlify.app/
- Size: 458 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Air Pollution APP
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [Live Version](#live-version)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**Air Pollution APP** uses the Air Pollution API to show how the air health is in different cities around the world.
Client
### Key Features
- **The page is built with React and Redux**
- **The page consumes the Air Pollution API**
- **The user can search for a city to view detailed data**
### Live Version
[Air Pollution APP](https://64cf19298a3f381144193470--neon-banoffee-55a02e.netlify.app/)
### Prerequisites
In order to run this project you need:
- Install Git
- Install Node JS
- You can use your favorite CLI and code editor.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone [email protected]:danifromecuador/metrics-app.git
```
### Install
Install this project with:
```sh
cd metrics-app
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
```
Your project should be displayed automatically on your web browser on this port: http://localhost:5173/, if don't open it manually.
👤 **Dani Morillo**
- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danielfromecuador](https://www.linkedin.com/in/danielfromecuador/)
- **More cities will be added**
- **The user will be able to filter the cities by countries or continents**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/danifromecuador/metrics-app/issues).
If you like this project give me a star on my [GitHub Repo](https://github.com/danifromecuador/metrics-app)
If you liked the original design that inspired this project, I recommend you visit [Nelson Sakwa's Behance post](https://www.behance.net/gallery/31579789/Ballhead-App-(Free-PSDs)). and follow him on Behance to support her work.
This project is [MIT](./LICENSE) licensed.