This application allows a user to view a table of basic information about employees (employee data loaded from the Random User API). The user can sort the employees by first name, last name, gender, email address, phone number, city or state. Employees can also be filtered on those same fields by entering text into the search field.
AS A user I WANT to be able to view my entire employee directory at once SO THAT I have quick access to their information.
I began creating this application using JavaScript in a different GitHub repository. You can view my commit history of building the JavaScript logic and styling here:
React Employee Directory - JavaScript
Because I am learning TypeScript, I decided to convert my project to TypeScript. This repository contains my commit history for that conversion, as well as the final revisions I made. The deployed link below leads to the final TypeScript deployed application.
React TypeScript Employee Directory
To install dependencies, run the following:
npm i
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
The app is ready to be deployed.
This repository is licensed under the MIT license.
Questions about this repository? Please contact me at [email protected]. View more of my work in GitHub at tiffany-brand