Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 776 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 776 Bytes

A hostel booking site made using next js, tailwindCss and firebase.

The idea behind it is an digital platformon which students can book a hostel room at the beginning of a sememster.

After booking, an admin can approve or reject the booking.

If approved then the student becomes an occupant of the room.

The admin can vacate (remove from room) a student.

The site also has a contact form to reach out to the admin. Messages sent here are displayed in the admin panel.

To host this site, I have used vercel,which in my opinion is the best host for nextjs sites...(my opinion)....

major concepts

  • react
  • react components
  • react context
  • react form hook and validation
  • state managemnet
  • conditional rendering etc

Fun and informative project.