Skip to content

D3nnis249/GenialTanken-Capstone

Repository files navigation

Capstone-Project: GenialTanken

A gas station app that displays all daily gas station prices in a list or map by filtering by location/zip code and radius.

Slide 16_9 - 1

Demo

Have a look at the hosted version on Vercel: GenialTanken Demo (we prefer a test with mozilla firefox).

Tech Stack

- React
- React Router
- React Leaflet
- React Leaflet MarkerCluster
- React Testing Libary
- JavaScript
- Storybook
- Styled-components
- LocalStorage
- Npm
- Vercel
- External API

Project Setup

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