Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 674 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 674 Bytes

screenshot of react website

A weather app created using React.js that uses locationIQ API to fetch coordinates and Weather API to fetch current, hourly and daily weather details for any searched location.

The website uses React Router to perform Client side routing to provide a very snappy user experience.

The website caches searched location coordinates so as to make less calls to the locationIQ API.

Checkout the React website here.