React-Assignment-5
Make API call to " https://jsonplaceholder.typicode.com/users " , get data into "Users" component and display it as 4 cards in a row (Bootstrap grid of cards).
Add " Add User " button to each card. When we click on "Add user" button, the user count need to be incremented by one in "Usercount" component.
Comments
Post a Comment