View Project
ParkEase simplifies the process of booking parking slot in busy cities, allowing individuals to reserve their spot easily. ● Two types of booking pages ListBooking and MapBooking with Filters of Price, Distance, Complex. ● Redux Toolkit for state management, createAsyncThunk to fetch parking data from a custom mock API. ● Custom hook, useCheckAvailability, for booking parking slots based on date, time, duration, and basement. ● React Router for navigation, lazy loading, suspense, loaders and skeletons for an optimized user experience. ● User authentication and authorization with JWT, using MirageJS for a mock backend. ● Google Maps API and Places Autocomplete for enhanced location input and real-time tracking.
Built with