Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.01 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.01 KB

weather-app

preview

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/

Features

  • 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.

Technologies used

  • JavaScript
  • HTML
  • CSS
  • Webpack
  • Weather API
  • Figma (for design)

Installation

  1. Clone the repository:

    git clone https://github.com/taewookim02/weather-app.git
    cd weather-app
  2. Install dependencies:

    npm install
  3. Run the project:

    npm run watch

    Alternatively, you can build the project for production:

    npm run build