In this project, I have made a website which fetches data from an API and lists the shows mentioned in the API after clicking on the card the details of the show are provided with an option of booking a ticket for that show. After submitting the form for show booking the details are stored in the Browser Local Storage.
I have used Vite+ReactJS for the front end and react-router-dom for routing purposes along the different web pages.
To run the app on the local machine just type npm run dev
a localhost server will be started in http://localhost:5173/
.