A menu-driven second-hand marketplace application built in MATLAB App Designer (group project for York University – ITEC 2600).
- User sign-in / sign-up flow (App Designer screens)
- Category-based browsing (e.g., Cars, Electronics, Appliances, Real Estate, Services)
- Post and edit listings
- Basic profile and preference editing
- Local
.matdatabase for users and listings
- MATLAB (App Designer
.mlappfiles) - Local persistence via
core/Database/database.mat - Utility functions in
Project/utils
- Open MATLAB.
- Open this repository folder.
- In MATLAB, set your Current Folder to
Project/. - Run:
mainIf the Home screen does not open, try running:
HomeThis repo is configured to load/save the database using a relative path:
Project/core/Database/database.mat
If you move folders around, keep the Project/ structure the same.
- This project uses App Designer screens stored under
Project/app/. - Images used in the UI are in
Project/app/images/.
Role: Programmer (Group Project)
Course: York University – ITEC 2600