Movie Seat Booking Site Project I created a site that you can browse movies and select seats to book. This web app built with using Vite + React. Used TMDB API to get the data I needed. You can access demo here. Project Details React Vite Axios for making API calls Images Install dependencies npm install Run Vite dev server npm run dev To build for production npm run build