Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

**Air Pollution APP** uses the Air Pollution API to show how the air health is in different cities around the world.

## 🛠 Built With

### Tech Stack

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/)

(back to top)

## 💻 Getting Started

### 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.

(back to top)

## 👥 Authors

👤 **Dani Morillo**

- GitHub: [@danifromecuador](https://github.com/danifromecuador)
- Twitter: [@danifromecuador](https://twitter.com/danifromecuador)
- LinkedIn: [danielfromecuador](https://www.linkedin.com/in/danielfromecuador/)

(back to top)

## 🔭 Future Features

- **More cities will be added**
- **The user will be able to filter the cities by countries or continents**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/danifromecuador/metrics-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project give me a star on my [GitHub Repo](https://github.com/danifromecuador/metrics-app)

(back to top)

## 🙏 Acknowledgments

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.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)