A simple customer-facing website built with React and Tailwind CSS that allows users to place laundry service bookings.
This website is designed as a lightweight booking interface.
User authentication and real-time chat are handled inside the Laundry Mart mobile app.
- Laundry service booking form
- Select service type and details
- Submit booking request
- Clean and responsive UI
- Fast and lightweight experience
- React.js
- CSS
- Axios
npm install
npm run dev-
User opens the website
-
Fills the laundry booking form
-
Booking request is sent to backend API
-
Admin can view and manage bookings from the admin panel
-
Order updates are handled through the mobile app
- Booking API
POST /api/bookings
-
No login or signup on the website
-
Authentication and chat features are available only in the mobile app
-
Website is optimized for quick bookings
The main website acts as a booking entry point for Laundry Mart customers, making it easy to place orders without requiring authentication.