This application is a showcase & playground app to try out various new packages.
Use the package manager npm to install foobar.
npm i && npm start
- React
- Typescript
- Apollo Client & GraphQL
- TailwindCSS
- Leaflet Map
- Lodash (debounce)
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.