Build a responsive full-stack web application called "Smart Hostel Booking Platform". Target users: - College students - Working professionals - Hostel owners Core features: USER SIDE: - User signup/login - Search hostels by city/location - Filter by price, boys/girls/co-ed, AC/non-AC, Wi-Fi, food - Hostel listing page with cards - Hostel details page with images, facilities, pricing - Room availability checker - Book now form - Booking confirmation page - User dashboard showing booking history ADMIN SIDE: - Admin login - Add/edit/delete hostels - Add room details and availability - View and manage bookings - Manage users DATABASE TABLES: Users: - id - name - email - phone - password Hostels: - id - hostel_name - location - monthly_price - facilities - images - owner_contact Rooms: - id - hostel_id - room_type - capacity - available_beds - room_price Bookings: - id - user_id - hostel_id - room_id - checkin_date - booking_status - payment_status TECH: Frontend: React Backend: Node.js or Django Database: MySQL Responsive modern UI for students. Create demo sample data.
Sign in to leave a comment
No comments yet. Be the first!