This is a Weather app inspired by Material Design 3.0 and made using ReactJS and OpenWeatherMap API. The app uses React for the front-end, MUI for the Material UI design, and OpenWeatherMap API to fetch weather data. The app also uses the Geolocation API to get the user's current location.
- Cross Platform
- Search by Location or PIN Code
- React
- MUI
- Geolocation API
- OpenWeatherMap API
Clone the project
git clone https://github.com/hkrobotics/mausam
Go to the project directory
cd my-project
Install dependencies
yarn install
Start the server
yarn start
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_MAUSAM_API_URL = https://api.openweathermap.org/data/2.5
REACT_APP_MAUSAM_API_KEY = your_api_key
You can grab your API Key from here