Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.31 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.31 KB

Cover Image

Project Title:

Weather Stats

View Live:

https://weatherstats.sheikhtabarak.me/

Project Description:

Weather Stats is a dynamic React.js web application designed to provide users with comprehensive weather information. It empowers users to access real-time weather data and offers a customized weather search feature by city name. With its intuitive user interface and robust functionality, Weather Stats is your go-to source for staying informed about current weather conditions.

Technologies Used:

  • React js
  • Open Weather API
  • Tailwind Css

How to Clone and use:

  1. Create a free account at Open Weather Map
  2. Claim your Free API Key: Profile > MY API Keys
  3. Clone the repo:
    git clone https://github.com/sheikh-tabarak/weatherstats.git
  4. Install NPM packages
    npm install
  5. Create a file .env in the root of your folder and add your API Key like below:
    const REACT_APP_MY_API_KEY_OPEN_WEATHER_MAP = <YOUR API KEY HERE>;

Footer Image