Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.01 KB

A User registration WebApp built using React and Redux library.

Using this page the user is able to enter multiple entries from a form. The data from the form is saved to the state from which its updated to the redux store on form submission.

registration box

The user is able to perform CRUD operations on the data entered.

CRUD OEPRATIONS

On SUbmission of the form the info is saved as a card on the side of the login div. The info of every user is renderd as an individual infoCard dynamically. The card contains button to edit and delete the entry .

infoList

Every Info Card has a link which takes the user to the individual profile page using Router.

Profile.gif