A van rental platform featuring a host dashboard with income, reviews, and van listings. Users can sign up and log in with Firebase email authentication, and protected routes ensure only authenticated hosts can access their dashboard. Modern UX with filters, nested routes, and user feedback through React Toastify.
- Host dashboard with income, reviews, and van listings
- Firebase email authentication with verification links
- Protected routes for secure access
- Filter vans by category
- Deeply nested routes with React Router DOM
- Smooth user feedback using React Toastify
- Data fetching and caching with TanStack React Query

- React
- Firebase Authentication
- React Router DOM
- TanStack React Query
- React Toastify
# Clone the repository
git clone https://github.com/yourusername/vanlife.git
# Navigate to the project folder
cd vanlife
# Install dependencies
npm install
# Start the development server
npm start
This project is open-source and available under the MIT License.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint
in your project.