Skip to content

ankushbkadam/practice-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT DOCUMENTATION

  • install dependencies as, 'npm install'

  • start application with 'npm start'

  • test application as, 'npm test'

  • Generate test report: 'npm run generate-test-report' Generated test report will be saved automatically in /coverage folder. To view report open containing folder of /coverage/lcov-report/index.html and open this file on browser.


PROJECT DETAILS We can refer this project for:

  • Redux saga
    • Counter example
    • Api calling (userList) example using public api's
  • Test cases using jest which coveres:
    • creating test report
    • functional test cases
    • redux saga test cases
    • reducers test cases
    • action creators test cases

About

Practice React concepts (redux saga, jest)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published