Skip to content

A sample react application using redux for state management and redux-observable as middleware

Notifications You must be signed in to change notification settings

SaurabhGarg1/Redux-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This application is about displaying data about the customer of a bank in a tabular format. You can search data by description and sort by start date.

This application uses redux for state management and redux-observable as a middleware

Development

You need npm or yarn installed in the system in order to run this.

Setup

npm install
npm start

Test

You can run component unit tests by running

npm test

Functional test

Functional tests are written using testcafe. You need to start the application with npm start before executing test. Tests can be then executed using

npm run functional-test

About

A sample react application using redux for state management and redux-observable as middleware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages