Skip to content

manthan-ks-66/air_Quality_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run the project on terminal or command prompt

  1. Change Directory: Navigate to the weather_app directory: cd weather_app

  2. Install all the node modules using: npm install

  3. Run the command: npm run dev

Features of the website:

  1. Displays the current climate and air quality data upon entering the city name.
  2. Shows animated weather icons like rainy, cloudy and sunny.
  3. Shows animated emojis on the AQI ranking of the city.
  4. Shows the particles present in the air such as carbon monoxide, nitrogen, ozone, particulate matter 2.5 and 10, sulphur dioxide.

Technologies Used

  1. React JS - for building user interface.
  2. API - Open Weather Maps - for real-time climate data.
  3. CSS - Cascading Styles Sheets.