An open API service indexing awesome lists of open source software.

https://github.com/deenuy/uoft-react-emp-directory

React-based frontend application developed to exhibit grid functionality to display data table with features to sort and filter.
https://github.com/deenuy/uoft-react-emp-directory

async-await jsx-renderer react

Last synced: about 1 month ago
JSON representation

React-based frontend application developed to exhibit grid functionality to display data table with features to sort and filter.

Awesome Lists containing this project

README

        

# UofT-react-emp-directory
This is a frontend application react-based grid feature to display user employees with filter and sort columns functions. Project exhibits the react component state management, props and react hooks implementation.

Hosted url: https://uoft-emp-grid-react-app.herokuapp.com/

## Usecase
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.

## Usage
* clone the git repository
* open mac terminal or windows command prompt
* npm install
* npm start

## Technology Stack
React hooks
React component and state management
filter
sort
Ajax to fetch random users (Credits: https://randomuser.me/)

## Demo
![Demo](public/assets/imgs/demo-emp-dir-react-app.gif)