/berlin-carsharing

🚗 Carsharing price calculator app, comparing providers available in Berlin

Primary LanguageSvelte

carsharing-berlin

Description

This repo contains the Berlin Carsharing Price Calculator app, accessible at carsharing.landozone.net.

When public transport takes too long and your bike still needs to be fixed, car sharing options can be interesting. This app compares prices between different providers based on distance and time (with an additional parameter for airport pick-up/drop-off)

Technologies

This app is a minimalist Svelte + Vite project deployed on Vercel.

Installation

  1. Use the git CLI to close the repo
gh repo clone brunosj/berlin-carsharing
  1. Install dependencies
npm install
# or
yarn install
  1. Navigate into the site's directory and start the development server
npm run dev
# or
yarn dev

Open http://localhost:5173 with your browser to see the result.

Further development

Any input or feedback is appreciated!

This repository is maintained by brunosj.