HN
HieuAnh Nguyen

Movie Dashboard - Copy this React, Tailwind Component to your project

Tôi đang cần giao diện phần admin cho dự án đặt vé xem phim, biết phần movie của tôi có dữ liệu như này: public class Movie { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String movieName; private String director; private String actors; private String description; private String poster; private String trailerUrl; private Integer duration; private String genre; private LocalDate movieRelease; private Integer ageRestriction; private Boolean status;

Prompt
Component Preview

About

MovieDashboard - a dynamic admin interface for movie bookings showcasing movie details, trailers, and age restrictions, built with re. Copy component code!

Share

Last updated 1 month ago