Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.34 KB

Weather APP

Page Screenshot 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 .

Technologies Used

API

The weather data is sourced from the OpenWeatherMap API. Please refer to their documentation for more information on how to use the API.

Weather Animations

The animated icon used in this application is created by Jochang and can be found on LottieFiles.com.

Installation

To use this application, you will need Node.js installed on your computer.

  1. Clone the repository:
git clone https://github.com/pusakamanggala/weather-app.git
cd weather-app
  1. Install the dependencies:
npm install
  1. Start the development server:
npm start

This will start the development server and open the application in your default browser