public class Raviraj extends Developer {
String name = "Raviraj Avaghade";
String role = "Full Stack Developer";
String location = "India 🇮🇳";
String[] passions = {"Building Real-World Apps", "Problem Solving", "Clean Code"};
String motto = "Code. Learn. Build. Repeat. 🔁";
@Override
public String toString() {
return "Passionate developer who turns ideas into reality!";
}
}|
Full-stack car rental management system with booking, availability, and admin panel. |
Patient, doctor, and appointment management system with role-based access. |
|
Digital library platform with book upload, read, and user management features. |
E-commerce cake ordering platform with cart, catalog, and order tracking. |


