Weather Application which picks the current location and also we can search any city in it.
- ReactJS
- Taiwlind CSS
- Context API
- Vite Bundler
- If the location permission is not allowed , then it does not shows weather.
- First it shows current location weather and later we can search any location
- It shows city , country , temperature in Celsius and fahrenheit, humidity, visiblity, wind speed, Weather type.
- Interactive and Mobile Responsive UI built using Tailwind CSS.
- Clone / Download the Project
- Open the Project in VSCode
- Run
npm installcommand in folder containing package.json file - Run
npm run devto start the project on localhost.
