class Sahil {
constructor() {
this.name = "Sahil Pawar";
this.role = "Full Stack Web Developer";
this.goal = "MCA | Software Engineer";
this.location = "Mumbai, India ๐ฎ๐ณ";
this.learning = [
"HTML", "CSS", "JavaScript", "React", "Node.js", "Express", "MongoDB"
];
this.brainFuel = [
"โ Coffee", "๐ป Coding","๐ Building Projects"
];
this.superpower =
"Turning ideas into real web applications";
this.weakness =
"Fixing one bug and finding five more.";
}
currentStatus() {
return "Learning MERN. Building RentHub.";
}
motto() {
return "Code. Learn. Build. Repeat. ๐";
}
}
- India
-
04:54
(UTC +05:30) - https://www.linkedin.com/in/sahil-pawar-156215339/
Popular repositories Loading
-
RentHub-
RentHub- PublicRentHub is a smart rental platform that helps users list, search, and manage rental properties ุจุณูููุฉ. It offers an easy-to-use interface for both tenants and property owners with features like proโฆ
Python
-
-
AI-compainion-study-app
AI-compainion-study-app PublicFull-stack AI Study Companion using React, Django REST Framework, MongoDB, Tailwind CSS, and OpenAI APIs with RAG-powered PDF learning and JWT authentication.
Python
-
-
Tic-Tac-Toe
Tic-Tac-Toe Public# ๐ฎ Tic-Tac-Toe (X & O) in Python A simple command-line Tic-Tac-Toe game built with Python. Play as X and O, with automatic win and draw detection. This project is great for learning Python fundameโฆ
Python
If the problem persists, check the GitHub status page or contact support.