Skip to content

bilafish/carpark-finder

Repository files navigation

Carpark Finder

Netlify Status

Carpark Finder is a simple web application aimed at creating a map-based tool for drivers in Singapore to find available parking lots easily.

Main Screen
Web
Main Screen
Mobile

Technologies

Features

  • 📍 Find my location (This allows the user to pan and zoom the map to their current location to see the nearby carparks)
  • 🅿️ Real-time parking availability data (Updated every 1 min)

Development

To setup the app for development on your local machine, please follow the instructions below:

  1. Clone the repo to your machine
git clone https://github.com/bilafish/carpark-finder.git
  1. Install necessary npm packages
yarn install
  1. Create a .env file in the root folder (Refer to .env.sample as reference)
  2. Start the development environment
yarn start