A modern React-based booking application built with TypeScript, leveraging a range of libraries and tools for UI components, state management, routing, forms, API data fetching, and more.
- Overview
- Technologies & Dependencies
- Demo
- Login Information
- Public Pages
- User Pages
- Admin Pages
- Starting point
- Project Scrum Board
- Scripts
- Getting Started
- Contact
- Acknowledgement
This project is a private React app using the latest tools to provide a scalable, performant, and developer-friendly environment. It utilizes:
- React 19 with functional components and hooks
- Material UI (MUI) for UI components and icons
- Redux Toolkit for state management and redux-persist for persistence
- React Query for API data fetching and caching
- Formik & Yup for form handling and validation
- Leaflet and React Leaflet for interactive maps
- JWT for authentication token decoding
- Axios for HTTP requests
- React Router DOM for routing
- Other utilities like Day.js for date management, js-cookie for cookie handling, and more
- TypeScript
Typed superset of JavaScript for safer coding. - Vite
Next-generation frontend tooling for fast development. - ESLint & Plugins
Linting with React hooks and refresh support to maintain code quality. - @types/ packages
TypeScript typings for various libraries.
Check out the demo video here: https://drive.google.com/file/d/17ehfZ9yevD4HRP0K86Pt6cOxFN4A-GMA/view?usp=sharing
- Username:
user
- Password:
user
- Username:
admin
- Password:
admin
I followed this UX: https://excalidraw.com/
My project is managed using an agile scrum board to track tasks and sprints.
Command | Description |
---|---|
npm run dev |
Start development server with hot reload |
npm run build |
Compile TypeScript and build production files |
npm run lint |
Run ESLint to check code style and errors |
npm run preview |
Preview the production build locally |
-
Clone the Frontend Repository:
git clone https://github.com/BaselTurkman/Travel-and-Accommodation-Booking-Platform cd Travel-and-Accommodation-Booking-Platform
-
Install Frontend Dependencies:
npm install
-
Run the Frontend Development Server:
npm run dev
-
Clone the Backend Static Repository: Make sure to clone this repository: https://github.com/BaselTurkman/Travel-and-Accommodation-Booking-static-BE.git Then follow its Getting Started instructions to run the backend server and enable API data fetching.
-
Configure the API URL: Ensure your
.env
file contains the following so the frontend can connect to the backend:VITE_API_URL="http://localhost:5000/api/"
If you have any questions, feedback, or would like to get in touch, feel free to reach out:
- Name: Basel Turkman
- Email: Basel.Turkman123@gmail.com
- GitHub: https://github.com/BaselTurkman
- LinkedIn: https://linkedin.com/in/baselturkman
Looking forward to connecting with you!
I extend my heartfelt thanks to Foothill Technology Solutions for offering me the opportunity to participate in this internship cycle. Their consistent support has been crucial in the development of this project.