This is the frontend application for the Hotel Management System, built using React and styled with Bootstrap. The application provides an interface to manage hotel rooms, bookings, and customers efficiently.
- Room Management: Add, edit, delete, and view hotel rooms.
- Booking Management: Manage and track customer bookings.
- Customer Management: Store and manage customer details.
- User Authentication: Secure login and registration system.
- Responsive Design: Fully responsive UI with Bootstrap.
- API Integration: Connects seamlessly with the backend API.
- React: JavaScript library for building UI components.
- Bootstrap: CSS framework for responsive and modern design.
- Axios: HTTP client for API requests.
- React Router: Client-side routing.
- Vite: Development build tool for faster builds.
Before starting, ensure you have the following installed:
- Node.js (v18 or later)
- npm or yarn
- Backend API running at
http://localhost:8080
git clone https://github.com/sinantech/hotelapi-fe.git
cd hotelapi-fenpm installVITE_API_BASE_URL=http://localhost:8080/apinpm run devSinan Can Ozer