This an app that allows users to view an employee directory as soon as the page loads. Users can search the directory by name, email, phone, and date of birth. The directory can be sorted by first name, email, or date of birth.
-
Step 1. Git clone this link to your terminal: https://github.com/jeverett93/employee-directory-react.git
-
Step 2. Navigate into the cloned repository.
-
Step 3. Install the required dependencies using the following command:
npm install
-
Step 4. Run the application from the command line with following command:
npm start
JavaScript, GIT, GitHub, HTML, CSS, Bootstrap, React, Axios call to RandomUser API, Service Worker, Web Manifest, Moment
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.
-
Portfolio: jeverett.github.io
-
Email: josheverett93@gmail.com
To test:
npm run test