Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 709 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 709 Bytes

Weather Master 3000

This application is a showcase & playground app to try out various new packages.

Installation

Use the package manager npm to install foobar.

npm i && npm start

Technologies

  • React
  • Typescript
  • Apollo Client & GraphQL
  • TailwindCSS
  • Leaflet Map
  • Lodash (debounce)

Overview

GraphQL schemas are generated automatically by entered query files & remotely exposed schema from the API. Caching & State management is achieved with GraphQL. Debounced API calls ensure keeping the network activity optimised. The application is written with TypeScript allowing build & lint error catching. The application utilizes Tailwind for styling.