Skip to content

nis24jit/ReduxTabularDataSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Redux tabular dataset

Grid operations using React+Redux+webpack

cd into Application Folder and perform the below operations

Make sure that you have the latest version of node.

First npm install to grab all the necessary dependencies.

Then run npm start and open localhost:3000 in your browser.

Alternatively you could use the below command

sudo npm install && sudo npm start

Grid operations.

1)To edit click on any row and input the data on the form. 2)Insert a new row. 3)Filter by user name. 4)Sort by Asc/Desc 5)Local storage implementation 6)Active user is denoted by red back ground.

To run the tests

npm test

Alt text

About

A simple tabular dataset manipulation using redux and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published