Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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