Skip to content

Feranmi2003/MATLAB_Marketplace_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Second-Hand Marketplace Application (MATLAB)

A menu-driven second-hand marketplace application built in MATLAB App Designer (group project for York University – ITEC 2600).

Features

  • 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 .mat database for users and listings

Tech

  • MATLAB (App Designer .mlapp files)
  • Local persistence via core/Database/database.mat
  • Utility functions in Project/utils

How to Run

  1. Open MATLAB.
  2. Open this repository folder.
  3. In MATLAB, set your Current Folder to Project/.
  4. Run:
main

If the Home screen does not open, try running:

Home

Database Path (Portability Fix)

This 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.

Notes

  • This project uses App Designer screens stored under Project/app/.
  • Images used in the UI are in Project/app/images/.

Project Context

Role: Programmer (Group Project)
Course: York University – ITEC 2600