Skip to content

TearsAchly/WeatherWebApp

Repository files navigation

Weather Web App

A weather web application that provides current weather information for various cities and locations.

Project Description

This project is a weather web application built using modern JavaScript tools and libraries such as Webpack, Babel, and Axios. The application allows users to search for and view weather information for different cities, including temperature, weather conditions, and other details.

Features

  • Search for weather information by city.
  • View current temperature, weather conditions, and other weather details.
  • Responsive design for various screen sizes.

Installation

  1. Clone the repository:

    git clone https://github.com/TearsAchly/WeatherWebApp.git
    cd WeatherWebApp
  2. Install dependencies:

    npm install

Usage

Development

To run the application in development mode:

npm run start-dev

Production

To build the application for production:

npm run build

The production-ready files will be in the dist directory.

Development Dependencies

  • Webpack
  • Babel
  • ESLint

License

This project is licensed under the MIT License - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published