📢
Announcement
Add one more **"Year of Experience"** field in the **User Card**. This field should also be included in the **Admin Panel CRUD operations** (Create, Read, Update, Delete).
Additionally, there is an issue during the **login/signup process**. If a user clicks the signup button twice before the page finishes loading, the system sends the **OTP twice**. To prevent this, implement an **OTP cooldown system** so that after sending an OTP, the user must wait **1 minute before requesting another OTP**.
Another improvement needed is related to **button interaction and user experience**. Whenever a user clicks a button (login, signup, submit, etc.), the button should:
1. Show a **click animation feedback** to indicate that the button has been pressed.
2. Display a **loading animation** until the process is completed.
This behavior should be implemented **across the entire website** to ensure a better and smoother user experience.