Skip to content

sinantech/hotelapi-fe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HotelAPI Frontend (hotelapi-fe)

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.


Features

  • 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.

Tech Stack

  • 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.

Prerequisites

Before starting, ensure you have the following installed:

  • Node.js (v18 or later)
  • npm or yarn
  • Backend API running at http://localhost:8080

Getting Started

1. Clone the Repository

git clone https://github.com/sinantech/hotelapi-fe.git
cd hotelapi-fe

2.Install Dependencies

npm install

3. Configure Environment Variables

VITE_API_BASE_URL=http://localhost:8080/api

4. Run the Development Server

npm run dev

Author

Sinan Can Ozer

About

🧳The Hotel Management System Frontend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors