This is a web application that displays weather information for a given location. The app is built using ReactJS, TailwindCSS, React Spring, React Query, and Lottie. The weather information is sourced from OpenWeatherMap's API, and the weather animations is from Jochang on lottiefiles.com .
The weather data is sourced from the OpenWeatherMap API. Please refer to their documentation for more information on how to use the API.
The animated icon used in this application is created by Jochang and can be found on LottieFiles.com.
To use this application, you will need Node.js installed on your computer.
- Clone the repository:
git clone https://github.com/pusakamanggala/weather-app.git
cd weather-app
- Install the dependencies:
npm install
- Start the development server:
npm start
This will start the development server and open the application in your default browser