ectivise / awesome-datatable

React App to display users fetched from an api in a table which is driven by configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Datatable

Description

A react app to display users fetched from an api in a table.

Run Instruction

To setup the app, cd into the project root directory and run npm install. Instructions to install npm could be found here.

To start app, cd into the project root directory and run npm start.

Application Flow

Screen 1 - HomePage

This is the landing page of the app where list of users is displayed with some actions. Clicking the Open button will open a new view (not a popup/modal) where his details are present. Clicking the delete button removes that row.

Screen 2 - User Info -

This is where user lands on clicking the Open button. In this screen the user details are displayed.

About

React App to display users fetched from an api in a table which is driven by configuration


Languages

Language:JavaScript 78.2%Language:CSS 15.3%Language:HTML 6.5%