Construcuted with React, this application pulls in employee data from an API and maps each user to a row. Employees can be filtered by typing any portion of their name, phone, email, or birth year. Sorting by [A-Z] or [Z-A] can be performed on Name and Email, and by [0-9] or [9-0] Phone and DOB. Image is not a sortable item.
Click Here to view the GitHub Pages deployment.
- HTML/CSS/JavaScript
- React
- Node and npm
- Visual Studio Code
- cmder
-
- Start by entering the following in your terminal:
Git clone https://github.com/whackingMUFN/react-employee-directory.git
- Start by entering the following in your terminal:
-
- Change directory to
react-employee-directory
and enternpm install
into your terminal. This will install all package dependencies.
- Change directory to
-
- Add node_modules to .gitignore.
-
- Start the application by running
npm start
- Start the application by running
This assignment was provided by Trilogy Education Services. The application was created based on in class activities and lectures, MDN Reference Documents for JavaScript syntax, React Docs for JSX syntax and basic setup, and various other online resources.
License MIT © 2020 Calvin Freese