Built a feature

Search feature


I work part-time developing the UI for recruiting software, and recently I overhauled the search results page in both design and functionality.

Previously
=> search results were presented to the user in tables, broken up into different accordion sections depending on the type of record.

Now => search results have been replaced with an organized tab layout, falling more in line with the rest of the UI. The new design features styled contact cards specific to each record type, loading animations, and simple pagination.

This software's stack is PHP/MySQL/jQuery, so I used that tech stack along with AJAX to fetch and display the data. The SCSS pre-processor was used for styling.