Skip to content

The Hotel Reservations application allows users to manage a fixed number of hotel rooms, enabling seamless check-in and check-out processes. It also offers a simple frontend form for configuring rooms, check-ins, and check-outs, with a design focused on extensibility for future enhancements.

Notifications You must be signed in to change notification settings

rabyyuson/hotel-reservations-frontend

Repository files navigation

Prerequisites

This frontend app requires the backend service to be running. To do so create a .env file and add in the following:

BACKEND_API=http://localhost:3000/api/v1/reservations

Getting Started

Run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Navigate to http://localhost:3001 to start interacting with the application.

About

The Hotel Reservations application allows users to manage a fixed number of hotel rooms, enabling seamless check-in and check-out processes. It also offers a simple frontend form for configuring rooms, check-ins, and check-outs, with a design focused on extensibility for future enhancements.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published