REACT ROUTER
This is a fully responsive mock website designed for renting vans. It includes a mock login system, allowing users to browse available vans, apply filters, and explore detailed listings. While it’s not a real rental service, it functions as a complete example of a modern web app.
Built with React, this project focuses on React Router’s core features. It implements everything from basic navigation to deeply nested routes, as well as protected routes for user authentication. The app fetches live data from Firebase, making API calls to load van listings dynamically.
Users can filter vans by type, clear filters, and interact with a smooth UI. The project showcases modern practices in routing, API handling, and state management.