This Onsite Directory is a model for a company employee directory. It was built with React.JS and uses component states to organize data.
The Onsite Directory has variable search paramenters. Users can select the Name, Email, or Language header tabs to change the sorting order of the directory or type a name into the search bar to search for a particular employee.
-
Handle click event listeners change the state and allow sorting options.
-
HandleButtonClick function sorts employees, brings matching employees to the top of the list..
-
Database of employees stored in json format for easy retrieval/input.
AJ Huff