Skip to content

Retelz is a resort hotel web application I built as part of my portfolio. In this web application, you can log in as a demo user where you can reserve a room, check all reserved rooms by date, and book events.

Notifications You must be signed in to change notification settings

jklagrosa/Resort-Hotel-Web-Application

Repository files navigation

RESORT HOTEL WEB APPLICATION

1

  • If you want to try this web application, you can login as Demo user. Click the login button to redirect to login page and then click the "Login as demo user" button.

Check Availability

  • You can check if there's a reservation for a date that you've selected.

2

Reserve Room

  • Choose any room, and it will take you to another page where you can make your selection of check-in and check-out dates.

3

book-rooms

Book Events

  • Choose any type of event in the select tag and then choose the desired date, start time, and end time of the event.

4

View all reserved rooms and booked events

  • If you want to see all your reserved rooms and booked events, click the "bed" icon to redirect to your room reservations. and click the "calendar" icon to redirect to your booked events.

BED

CALENDAR

All Rooms Reservations

ALL ROOMS

All Booked Events

EVENTS RESERVE

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Retelz is a resort hotel web application I built as part of my portfolio. In this web application, you can log in as a demo user where you can reserve a room, check all reserved rooms by date, and book events.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published