https://github.com/tajwararik/weather-app
The Odin Project assignment
https://github.com/tajwararik/weather-app
api asynchronous es6-modules html-css-javascript npm webpack
Last synced: 3 months ago
JSON representation
The Odin Project assignment
- Host: GitHub
- URL: https://github.com/tajwararik/weather-app
- Owner: tajwararik
- Created: 2024-10-19T19:31:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-02T22:12:15.000Z (over 1 year ago)
- Last Synced: 2025-05-31T15:31:06.295Z (about 1 year ago)
- Topics: api, asynchronous, es6-modules, html-css-javascript, npm, webpack
- Language: JavaScript
- Homepage: https://tajwararik.github.io/Weather-App/
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
This is a project from the The Odin Project.
In this project I have made Weather App a web application using HTML, CSS and JavaScript. I have used ES6 Modules and JavaScript alone to generate the entire contents of the website.
## Overview
Users should be able to:
- To search any city name
- See the temperature
- Feels like temperature
- Humidity
- Description
- GIF according to the temperature
- Switching between fahrenheit and celsius
## Link
- [Live url](https://tajwararik.github.io/Weather-App/)
## Built with
- JavaScript
- ES6 Modules
- Flexbox
- npm
- Webpack
- Form validation
- Asynchronous JavaScript