1. Home
  2. Airbnb – Documentation
  3. Quick Start
  4. How to access the user view files in the source code?

How to access the user view files in the source code?

User Source Code – React

  • Frontend source code → src → components
  • Frontend website React Source code Folder(directory) List
    • Auth → In this folder can access the user and provider login,register,forget password source code.
    • Category → In this folder can access the home page category static list source code.
    • Constant → In this folder can added the constant values for using our website content,title,status values,error code values.
    • Helper → In this folder can call the all properities and static functionality values for whole website.
    • Home → In this folder can access the home page content and static/dynamic values update source code.
    • Host → In this folder can access the only for host related source code and you can see here subfolder also for hosting functionality.
    • Layouts → In this folder can access the header and footer content value source code.
    • Others → In this folder static page content source code.
    • User → In this folder can access the user details acces this subfolder source code.