Solution for a challenge from Devchallenges.io.
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
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
- GitHub @heyitsashleyhere
- Twitter @ashhhleyhere