bk20dev / weather-app

Home Page:weather-app-bk20dev.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

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.

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

How To Use

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

# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name

# Install dependencies
$ npm install

# Run the app
$ npm start

Acknowledgements

Contact

About

weather-app-bk20dev.vercel.app


Languages

Language:JavaScript 90.0%Language:HTML 9.4%Language:SCSS 0.6%