Skip to content

heyitsashleyhere/Weatherapp-Devchallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

demo

Frontend challenge to create a weather app using an API and a Frontend library:

  • User can see their city weather as default (using prompt for privacy reasons)
  • User can see weather of today and the next 5 days
  • User can see the date and location of weather
  • User can see according to image for each type of weather
  • User can see the min and max degree each day
  • User can see wind status and wind direction
  • User can see humidity percentage
  • User can see a visibility indicator
  • User can see air pressure
  • User can set temperatures in Celsius or Fahrenheit
  • User can add cities in their Search section
  • User can switch to their default city by clicking on the target icon
  • Design: devChallenges' Figma File
  • Responsive: Mobile and Desktop
  • Duration: 2-3 days
  • NOTE: All data are stored in user's local storage, no backend

Built With

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 [email protected]:heyitsashleyhere/Weatherapp-Devchallenge.git

# Install dependencies
$ npm install

# Run the app
$ npm start

Contact