0x06. AirBnB clone - Web dynamic

Resources:books:

Read or watch:


Learning Objectives:bulb:

What you should learn from this project:

  • How cool it is to request your own API
  • How to modify an HTML element style
  • How to get and update an HTML element content
  • How to modify the DOM
  • How to make a GET request with jQuery Ajax
  • How to make a POST request with jQuery Ajax
  • How to listen/bind to DOM events
  • How to listen/bind to user events

  • A new codebase again? Yes!
  • Write a script that starts a Flask web application:
  • For the moment the filters section is static, let’s make it dynamic!
  • Before requesting the HBNB API, it’s better to know the status of this one.
  • Replace the route 2-hbnb with 3-hbnb in the file 3-hbnb.py (based on 2-hbnb.py)

Author