Skip to content

Commit 4bbe6e2

Browse files
committed
Updated README
1 parent c2617a2 commit 4bbe6e2

1 file changed

Lines changed: 56 additions & 4 deletions

File tree

Projects/Air-Quality/README.md

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
1-
This is the web application which is built from scratch by using Html, Css and JavaScript. In order to know the atmosphere of any particular location
2-
you just need to enter the longitude and latitude of any particular place. It can also detect these 2 coordinates automatically by enabling auto detect location.
3-
Based on the value it can tell whether the weather is good or bad.
4-
![GitHub - Google Chrome 1_25_2023 9_56_27 AM](https://user-images.githubusercontent.com/59620280/214479823-64dee5f7-2d68-46a1-b1be-735126a747ff.png)
1+
# Air-Quality
52

3+
Air-Quality is a web application that allows users to input coordinates and fetch air pollution details such as the concentration of pollutants in the air and the status of air quality based on the pollution level. The application provides a user-friendly interface and also supports retrieving data based on the user's current location if location services are enabled.
4+
5+
## Features
6+
7+
- Input latitude and longitude coordinates to fetch air pollution details.
8+
- Retrieve air pollution data including the concentration of pollutants in the air.
9+
- Display the air quality status based on the pollution level.
10+
- Support for automatic retrieval of data based on the user's current location.
11+
- Interactive modal popup to display the fetched air quality information.
12+
- Responsive design for a seamless user experience across different devices.
13+
14+
## Technologies Used
15+
16+
- HTML
17+
- CSS
18+
- JavaScript
19+
20+
## Screenshots
21+
22+
![](https://github.com/TusharKesarwani/Front-End-Projects/assets/90151736/2fc47a46-6b8d-427f-863d-33b885e01c4e)
23+
24+
![](https://github.com/TusharKesarwani/Front-End-Projects/assets/90151736/9e012867-f46d-4269-94d7-89bfa581d001)
25+
26+
27+
## Getting Started
28+
29+
To run the Air-Quality application locally, follow these steps:
30+
31+
1. **Clone the repository**:
32+
33+
```bash
34+
git clone https://github.com/TusharKesarwani/Front-End-Projects.git
35+
```
36+
37+
2. **Navigate to the project directory**:
38+
39+
```bash
40+
cd Projects
41+
cd Air-Quality
42+
```
43+
3. Open the **index.html** file in your preferred web browser or in VS Code click on **Go Live** to open with live server.
44+
45+
4. Start exploring the **Air-Quality** application by entering the desired coordinates or allowing location services to fetch air pollution details.
46+
47+
## Contributing
48+
49+
Contributions to the Air-Quality project are welcome and encouraged! If you encounter any issues or have suggestions for improvement, please raise an issue.
50+
51+
If you would like to contribute code to the project, please follow these steps:
52+
53+
1. Fork the repository.
54+
2. Create a new branch for your feature or bug fix.
55+
3. Make your changes and commit them.
56+
4. Push your changes to your forked repository.
57+
5. Submit a pull request to the main repository.

0 commit comments

Comments
 (0)