A gas station app that displays all daily gas station prices in a list or map by filtering by location/zip code and radius.
Have a look at the hosted version on Vercel: GenialTanken Demo (we prefer a test with mozilla firefox).
- React
- React Router
- React Leaflet
- React Leaflet MarkerCluster
- React Testing Libary
- JavaScript
- Storybook
- Styled-components
- LocalStorage
- Npm
- Vercel
- External API
Clone this repository
Install all dependencies with $ npm install:all
Run app in dev mode with $ npm run client
Server: http://localhost:3000/
Storybook: http://localhost:6006/
Run tests via $ npm run test
Run Storybook with $ npm run storybook