Information Technology Graduate
ePortfolio
Phrase Parsing Web Application
This php based web application takes a phrase (string) inputted from the user consisting of real numbers, positive integers, letters, and combinations of the three types. When the phrase is entered, a dynamic table is generated on the next page that parses the phrase by words into a table (words being defined as characters separated by spaces). This table shows the word length and word type of each word. The table can be divided into smaller tables based on word type using the buttons at the bottom of the page.
This application is written in HTML, JavaScript, and PHP and is running locally with Apache via XAMPP. To run, the application should be in the htdocs file of XAMPP, and Apache should be running. The application should be accessible through localhost on your browser.
View application demo
UX Design
Quick Eats is a fictional food delivery service, and I was tasked with creating a high fidelity prototype for the mobile application. I collaborated with three group members to create the prototype using Figma. We followed relevant design principles such as Internal Consistency (using the same elements for multiple pages), External Consistency (using similar elements and layouts to other delivery services), and Metaphors (i.e., plus and minus signs to represent the addition or subtraction of an item from the virtual shopping cart).