Meet College Exchange

College Exchange was developed as part of a college project for CS401 - Web Development. The main idea for this website is to create an online platform to help college students trade their items. It is easily accessible and users can find products from the database with real-time results. Currently, users can create an account and login to post their items to database or to view the items they previously posted. Currently working on rewriting it in MVC framework for easier maintenance and feature addition.

...

Technologies Used

  • Used HTML and CSS for building the skeleton website and styling it.
  • PHP is used to handle the forms, retrieve, sanitize and validate form data.
  • Stores and retrieves user information via MySQL.
  • Used AJAX for real-time search result updates.
  • Utilized Javascript with JQuery for responsiveness and animations.