Navprayas-A-group-of-Innovative-thought / Assignment

2 stars 1 forks source link

Assignment 3 : Using basic Redux #9

Closed kena421 closed 4 years ago

kena421 commented 4 years ago

source of data of users : https://jsonplaceholder.typicode.com/users

get code from starter-frontend branch you are also provided some code for refernce in sample.action.js sample.reducer.js

you have to implement redux. your store sore code should be in store.js file your action should be in user.action.js your reducer should be in user.reducer.js

get data from source mentioned above. just show a table containing id and name of users.

just create a table component for showing data

kmrakash commented 4 years ago

https://github.com/Navprayas-A-group-of-Innovative-thought/Assignment/tree/akash/frontend get completed task in above link