RentRipple / RentRipple-Frontend

MIT License
1 stars 0 forks source link

Develop layout and UI for particular property details page #20

Closed mkt2320 closed 3 months ago

mkt2320 commented 3 months ago

Description:

Create a detailed and user-friendly layout for the property details page. This page will display comprehensive information about a specific property, including images, description, amenities, rental costs, and contact information for the property owner. The goal is to provide users with all necessary details to make an informed decision about renting the property.

Acceptance Criteria:

  1. Property Images:
    • Display a carousel of property images at the top of the page.
  2. Property Description:
    • Include a section with a detailed description of the property.
  3. Amenities:
    • List the amenities available with the property.
  4. Rental Costs:
    • Clearly show the rental cost, including any additional fees or deposits.
  5. Contact Information:
    • Provide the property owner's contact information or a link to message the owner directly.
  6. Responsive Design:
    • Ensure the layout is responsive and works well on both desktop and mobile devices.

      Tasks:

  7. Design Wireframes:
    • Create wireframes for the property details page layout.
  8. Develop HTML/CSS:
    • Implement the layout using HTML and CSS, ensuring responsiveness.
  9. Integrate Backend Data:
    • Fetch property details from the backend and display them on the page.
  10. Implement Image Carousel:
    • Develop or integrate a carousel component for property images.
  11. Test UI:
    • Perform user testing to ensure the page is user-friendly and meets all acceptance criteria.