Skip to content

This project is a simple UI of Redux-based booking system, allowing users to add up to 3 booking entries with dynamic form inputs. Built with React-Redux, it stores bookings in Redux, displays them dynamically, and enables deletion from both the UI and Redux store.

Notifications You must be signed in to change notification settings

ashiqur-russel/flightBooking-redux-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/)

About

This project is a simple UI of Redux-based booking system, allowing users to add up to 3 booking entries with dynamic form inputs. Built with React-Redux, it stores bookings in Redux, displays them dynamically, and enables deletion from both the UI and Redux store.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published