hammaazarok / air-quality

The app provides users with an air quality index (AQI) which is a standardized way to report air quality and provide a user-friendly and easy-to-understand measure of the air quality. Built with React and Redux.

Home Page:https://air-quality-ha.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Air-Quality

A web app that provides users with air quality rates and pollutant concentration

Built With

Live Demo Link

Live Demo Here : Air-Quality

Prerequisites

have a working git on your localmachine.

Setup

πŸ›  Installation & Set Up

To get a working local copy up and running follow these simple steps

  • open terminal
  • clone this project with the command:
$ git clone https://github.com/hammaazarok/air-quality.git
  1. Install Node Modules

    npm install
  2. Start the development server

    npm start
    
  3. Open http://localhost:8080 to view it in the browser.

πŸš€ Building and Running for Production

  1. Generate a full static production build

    npm run build

Usage

For anyone that whats to learn React, Redux or working with APIs

Run tests

Test the application with this command

npm test

Authors

πŸ‘€ Hamma Azarok

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Acknowledgments

Show your support

Give a ⭐️ if you like this project!

πŸ“ License

This project is MIT licensed.

About

The app provides users with an air quality index (AQI) which is a standardized way to report air quality and provide a user-friendly and easy-to-understand measure of the air quality. Built with React and Redux.

https://air-quality-ha.netlify.app/

License:MIT License


Languages

Language:JavaScript 62.4%Language:CSS 14.6%Language:Sass 14.3%Language:HTML 8.7%