A weather web application that provides current weather information for various cities and locations.
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.
- Search for weather information by city.
- View current temperature, weather conditions, and other weather details.
- Responsive design for various screen sizes.
-
Clone the repository:
git clone https://github.com/TearsAchly/WeatherWebApp.git cd WeatherWebApp -
Install dependencies:
npm install
To run the application in development mode:
npm run start-devTo build the application for production:
npm run buildThe production-ready files will be in the dist directory.
- Webpack
- Babel
- ESLint
This project is licensed under the MIT License - see the LICENSE file for details.