Skip to content

Latest commit

 

History

History
155 lines (97 loc) · 3.83 KB

README.md

File metadata and controls

155 lines (97 loc) · 3.83 KB

Air Pollution APP

📗 Table of Contents

📖 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

(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:

  cd my-folder
  git clone git@github.com:danifromecuador/metrics-app.git

Install

Install this project with:

  cd metrics-app
  npm install

Usage

To run the project, execute the following command:

  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

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

(back to top)

⭐️ Show your support

If you like this project give me a star on my GitHub Repo

(back to top)

🙏 Acknowledgments

If you liked the original design that inspired this project, I recommend you visit Nelson Sakwa's Behance post. and follow him on Behance to support her work.

(back to top)

📝 License

This project is MIT licensed.

(back to top)