This is a simple weather application that allows users to input their location and fetch the current weather information for that location.
The application displays the weather data on the webpage and includes a loading spinner that appears while fetching the data.
Live preview: https://taewookim02.github.io/weather-app/
- Fetch weather data for a given location.
- Display the weather information on the webpage.
- Show a loading spinner while fetching data.
- Responsive design with basic styling.
- JavaScript
- HTML
- CSS
- Webpack
- Weather API
- Figma (for design)
-
Clone the repository:
git clone https://github.com/taewookim02/weather-app.git cd weather-app
-
Install dependencies:
npm install
-
Run the project:
npm run watch
Alternatively, you can build the project for production:
npm run build