Carpark Finder is a simple web application aimed at creating a map-based tool for drivers in Singapore to find available parking lots easily.
- ⚛️ React (Front-End)
- Netlify Functions (Powered by AWS Lambda/ For backend tasks)
- Mapbox (3rd-Party Map Visualisation Service)
- LTA DataMall API (For real-time data on carpark availability)
- 📍 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)
To setup the app for development on your local machine, please follow the instructions below:
- Clone the repo to your machine
git clone https://github.com/bilafish/carpark-finder.git
- Install necessary npm packages
yarn install
- Create a .env file in the root folder (Refer to .env.sample as reference)
- Start the development environment
yarn start