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

https://github.com/yadurani/weather-app

WeatherApp is an application where you can check the weather of the day and of the week, you can search the weather in different cities. ⏳🌩🌦
https://github.com/yadurani/weather-app

devchallenge geolocation reactjs redux rtk styled-components

Last synced: about 1 month ago
JSON representation

WeatherApp is an application where you can check the weather of the day and of the week, you can search the weather in different cities. ⏳🌩🌦

Awesome Lists containing this project

README

          

Weather App


Solution for a challenge from Devchallenges.io.




Demo

|

Solution

|

Challenge


## Table of Contents

- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [How to use](#how-to-use)
- [Contact](#contact)

## Overview

![screenshot](public/overview.png)

### Built With

- [React](https://reactjs.org/)
- [Styled components](https://styled-components.com/)
- [Redux Toolkit](https://redux.js.org/redux-toolkit/overview/#:~:text=What%20is%20Redux%20Toolkit%3F%20%23.%20Redux%20Toolkit%20is,common%20Redux%20use%20cases%2C%20including%20store%20setup%2C%20)
- [API Metaweather](https://www.metaweather.com/api/)

## Features

This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/mM1UIenRhK808W8qmLWv) was to build an application to complete the given user stories.

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

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

# Install dependencies
$ npm install

# Run the app
$ npm start
```

## Contact

- GitHub [@yadurani](https://github.com/yadurani/weather-app})
- Twitter [@YaduLopezRivera](https://twitter.com/YaduLopezRivera)