Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 779 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 779 Bytes

Contents :

This is second task as part of the redux course I enrolled to learn core redux from Learn with Sumit platform (https://learnwithsumit.com/).

✓ Implemneted with React-redux.

✓ After filling up all the form input naming with Destination From, Destination To, Journey Date, Guests, Class if we click Book button then all data will be save Redux store as individual booking object

✓ Displayed data dynamically form redux store.

✓ After adding maximum 3 data, the Book button will be disabled.That is, maximum 3 rows can be added, 4th data cannot be added .

✓ After clicking on the delete button in the table, the row will be deleted, along with the data from the Redux store will also be deleted.

Live link :

(https://bookinghub.netlify.app/)