Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 945 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 945 Bytes

🚗 ParkNow: Providing realtime parking availability to users

An application bootstrapped with Chakra UI to display real-time data for parking lots retrieved from a data.gov publicly listed API, integrated with Google Maps.

Live demo can be found here: https://park-now-frontend.vercel.app/

🧩 Features

  • 👻 Personalization (with CRUD functionality) allows users to log in and retrieve their favorited parking lots.
  • 📅 Realtime Data for lot availability retrieved from data.gov.sg
  • 🔍 Simple search functionality to filter out required lots

💻 Tech Stack

  • Frontend: React, ChakraUI
  • Backend: Node.js, Express
  • Database: MongoDB
  • Authentication: Firebase

(note: For prototyping purposes, to enter main landing page please click "Sign Up" and create a user with email in format [email protected] and password>=6 characters to enter) data validation has not been implemented for sign in/sign ups