presentation logic, business logic and data logicpls.presentation layer - UI, how everything should be displayed. It can still contain some logic, like if user is login, display a particular icon at top left of screen etc.business layer - workflow of how things should work based on a particular domain. Like if user is less than 18 years old, that person can't register.data layer- We make use of functions/api to retrieve data from database