Live URL: https://apollow-assignment-5-front-end.vercel.app/
Acowork is a co-working space platform that offers seamless room booking experiences, allowing users to check real-time availability, schedule meetings, and manage their reservations effortlessly.
- Real-time Availability: Instantly check room availability and secure your space without delays.
- Instant Booking Confirmation: Get immediate confirmation of your booking to avoid any last-minute hassles.
- Flexible Scheduling: Book rooms by the hour, day, or for extended periods, tailored to your needs.
- Manage Bookings: Easily view, update, reschedule, or cancel your bookings from a user-friendly dashboard.
- Secure Payments: Enjoy safe and seamless transactions with multiple payment methods.
- Detailed Room Information: View room features, amenities, and pricing before making a booking.
- 24/7 Support: Our customer service team is available around the clock to assist with any issues or questions.
- Frontend: React, TypeScript, Vite, MUI, DaisyUI
- Backend: Node.js, Express, MongoDB (Mongoose)
- State Management: Redux, RTK Query
- Deployment: [Vercel]
-
Clone the repository:
git clone https://github.com/Saiful10400/Apollow-Assignment-5-front-end
-
Navigate to the project directory:
cd your-repo-name -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit:
http://localhost:5173
- Fork the repository.
- Create a new feature branch (
git checkout -b feature-name). - Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-name). - Create a pull request.