This is a simple form type contact book app. where you can:
- Keep track of where your friends live
- Add name & city will add card to the app
- Each card can be editable
- we can delete,edit & cancel the edit dinamically
- Memories will not wipeout after close the browser
- How to pass data with sibling components
- How Callbackfunction send data to parent and share with another children
- How click in Edit child change object property on parent and render card according to that
- How to pass non-from data using bind method in react
- How to avoid empty data in form using required in input element
- How to show dynamic data in form using defaultValue in input element
- Use Button type = 'button' to avoid unwanted click in enter, wheather enter is only for save Button
- Add localStorage in react
