An open API service indexing awesome lists of open source software.

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

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