-
1
Introduce yourself.
-
2
Demonstrate your application.
-
3
Explain every feature and implementation in your project thoroughly.
-
4
Prevent users from booking more tickets than the available capacity.
-
5
Display the total number of bookings made by a user in the Bookings page.
-
6
Validate the signup username so that it only accepts an email format (e.g., abc@xyz.com).
-
7
Add a Download CSV button to export all venues into a single CSV file.
-
8
Display the total/current booking count.
-
9
Explain the Vue directives/components (v-if, v-for) used in your code.
-
10
What are Props in Vue?
-
11
What is ORM?
-
12
What is Redis caching?
-
13
Why did you use Redis caching?
-
14
Where did you implement Redis caching in your project?