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. ⏳🌩🌦
- Host: GitHub
- URL: https://github.com/yadurani/weather-app
- Owner: yadurani
- Created: 2021-04-15T03:48:45.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T18:59:59.000Z (about 5 years ago)
- Last Synced: 2025-07-21T05:59:48.862Z (11 months ago)
- Topics: devchallenge, geolocation, reactjs, redux, rtk, styled-components
- Language: JavaScript
- Homepage: https://yadurani.github.io/weather-app/
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weather App
## Table of Contents
- [Overview](#overview)
- [Built With](#built-with)
- [Features](#features)
- [How to use](#how-to-use)
- [Contact](#contact)
## Overview

### 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)