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

https://github.com/anuva312/weatherapp-devchallenges

Weather App! Developed as a part of devChallenges FrontEnd Developer Challenge.
https://github.com/anuva312/weatherapp-devchallenges

css devchallenges front-end-development javascript react weather-app

Last synced: 11 months ago
JSON representation

Weather App! Developed as a part of devChallenges FrontEnd Developer Challenge.

Awesome Lists containing this project

README

          

# Country

Solution for the [Weather App Challenge](https://legacy.devchallenges.io/challenges/mM1UIenRhK808W8qmLWv) from [Devchallenges.io](https://legacy.devchallenges.io).

## Table of Contents

- [Challenge](#challenge)
- [Solution](#solution)
- [Demo](#demo)
- [Built With](#built-with)
- [How to Use](#how-to-use)
- [Acknowledgements](#acknowledgements)

## Challenge

Challenge: Create a weather app using an API. Use Front-end libraries like React or Vue.

Fulfill user stories below:

- 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 weather
- User story(optional): I can convert temperature in Celcius to Fahrenheit and vice versa

## Solution

### Demo

Find the site in action [here](https://keen-goldwasser-9930f9.netlify.app/)!

#### Main Page

![main-page](public/assets/images/main-page.PNG)

#### Search location

![search-location](public/assets/images/search-location.PNG)

#### Farenheit View

![farenheit](public/assets/images/farenheit.PNG)

#### Mobile Views

Mobile View Part 1

![mobile-view-1](public/assets/images/mobile-view-1.PNG)

Mobile View Part 2

![mobile-view-2](public/assets/images/mobile-view-2.PNG)

Mobile View Part 3

![mobile-view-3](public/assets/images/mobile-view-3.PNG)

### Built With

- [React](https://reactjs.org/)

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [yarn](https://yarnpkg.com/). From your command line:

```bash
# Clone this repository
$ git clone https://github.com/anuva312/WeatherApp-devChallenges

# Install dependencies
$ yarn install

# Run the app
$ yarn start
```

## Acknowledgements

- [Weather API](https://www.metaweather.com/api/)
- [Loader](https://loading.io/css/)
- [Progress Bar](https://jsfiddle.net/c0481hkp/9/)