iiimatos / Weather-app

Home Page:weather-app-iemv12.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather App

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

Screenshot 2021-06-26 152144

Built With

Features

This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.

  • User story: I can see city weather as default, preferably my current location
  • User story: I can search for city
  • User story: I can see weather of today and the next 5 days
  • User story: I can see the date and location of the weather
  • User story: I can see according to image for each type of weather
  • User story: I can see the min and max degree each day
  • User story: I can see wind status and wind direction
  • User story: I can see humidity percentage
  • User story: I can see a visibility indicator
  • User story: I can see the air pressure number
  • User story(optional): I can request my current location wea
  • User story(optional): I can convert temperature in Celcius to Fahrenheit and vice versa

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with yarn) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/iemv12/weather-app

# Install dependencies
$ yarn

# Run the app
$ yarn start

Acknowledgements

Contact

About

weather-app-iemv12.vercel.app


Languages

Language:JavaScript 90.2%Language:HTML 7.4%Language:CSS 2.4%