Closed focusedXmind closed 3 months ago
Confirm you have completed the following actions prior to submitting this PR.
When going through the booking process, we need to track the values selected (f.e. date, time, seats, movieId).
The following steps should were considered while solving the issue:
create global state with zustand that models all the values we need to track https://github.com/pmndrs/zustand https://github.com/pmndrs/zustand/blob/main/docs/guides/typescript.md)
use that global state to display selected values on ticket page
Closes #120
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Checklist
Confirm you have completed the following actions prior to submitting this PR.
Description
When going through the booking process, we need to track the values selected (f.e. date, time, seats, movieId).
The following steps should were considered while solving the issue:
create global state with zustand that models all the values we need to track https://github.com/pmndrs/zustand https://github.com/pmndrs/zustand/blob/main/docs/guides/typescript.md)
use that global state to display selected values on ticket page
Closes #120