High level overview of the SlugSearch Project

Website design

Used to create a hybrid web application which scraped the UC Santa Cruz class website to solve the issue of UI/UX compatibility on mobile devices.

Architecture design

The team members and I had decided to use the Ionic framework which utilized Angular 1 as the front end framework. For the back end portion, there was no fancy framework doing all the magic, just simple JavaScript GET requests and the team manually parsed the data returned. We tried to keep the hybrid web application as robust as we could in both our front and back end.