Parking Finder Berlin is a Progressive Web App (PWA) designed to help users find parking spots in Berlin. The application works offline and caches parking data for seamless usage.
- Interactive Map: Uses Leaflet to display a map of Berlin with markers indicating available parking spots.
- Interactive Data Grid: Click on the location to center the map directly to the address
- Make directions using your favourite Navigator App: Allows user to make directions in Google Maps, Apple Maps or Waze
- Data Grid: Displays detailed information about parking spots (free or paid, amenities and more!)
- Offline Support: The app works offline and caches parking spots using service workers
- Responsive Design: Compatible with various screens and devices
The instructions below will help you set up the development environment:
git clone https://github.com/evankazadaiev/parkingfinder-client.git
cd parkingfinder-client
npm install
touch .env
VITE_APP_API_URL=http://localhost:3000
npm run dev