Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iondrimba/react-weather-app
⛅️ PWA Weather App made with ReactJS
https://github.com/iondrimba/react-weather-app
es6 javascript offline pwa pwa-apps pwa-example react reactjs reactjs-demo service-worker weather weather-api weather-app
Last synced: 2 months ago
JSON representation
⛅️ PWA Weather App made with ReactJS
- Host: GitHub
- URL: https://github.com/iondrimba/react-weather-app
- Owner: iondrimba
- License: mit
- Created: 2018-06-09T23:16:06.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T14:27:21.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T00:53:42.907Z (3 months ago)
- Topics: es6, javascript, offline, pwa, pwa-apps, pwa-example, react, reactjs, reactjs-demo, service-worker, weather, weather-api, weather-app
- Language: JavaScript
- Homepage: https://weather.iondrimbafilho.me/
- Size: 13.1 MB
- Stars: 186
- Watchers: 5
- Forks: 43
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ⛅️ PWA Weather App made with React
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app)
![build](https://github.com/iondrimba/react-weather-app/workflows/build/badge.svg?branch=main)
![deploy](https://github.com/iondrimba/react-weather-app/workflows/deploy/badge.svg?branch=main)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8cd55ce66e034c44f03a/test_coverage)](https://codeclimate.com/github/iondrimba/react-weather-app/test_coverage)![Demo](https://raw.githubusercontent.com/iondrimba/images/master/weather.gif?raw=true)
## About
This is a personal project built in my spare time for learning purposes.
### APIs
* - IP search
* [IP Location Finder by KeyCDN](https://tools.keycdn.com/geo)
* - Forecast based on latitude and longitude#### Features
* PWA
* Responsive
* Offline ready
* Installable (add to Homescreen )
* Swipe gestures#### Built with
* ES6
* Sass
* React
* Jest
* VSCode