Skip to content

selvivini/user-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-Directory

User Story

  • 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.

Business Context

An employee or manager would benefit greatly from being able to view non-sensitive data about other employees. It would be particularly helpful to be able to filter employees by name.

Functional Description

The app fetches the employees profile once navigated to the app, it loads the table with employees image, firstname, lastname, email ,dob and phone number. The app fetches the random users from Random user Api.

Features

  • The app allows the user to filter the employees by first name, last name, email and Dob
  • It also allows the user to sort the employees by name,email and dob in ascending order to fetch the info of a particular employee.

Technologies Used

  • React class components to manage state
  • axios for making http calls
  • bootstrap for styling
  • Random user Api for getting user data
  • svg icons
  • gh-pages for deployment

Screenshots

the following screenshots will show the working features of the app landingpage

sorted by first name sortbyfirstname

soreted by last name sortedBylastname

sorted by email sortedbyemail

sorted by dob sortedBydob

filter by name filtername

please visit the deployed link on gh-pages employee-directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published