class Developer:
def __init__(self):
self.name = "Meet Kanakiya J."
self.location = "Porbandar, Gujarat, India ๐ฎ๐ณ"
self.role = "Full Stack Developer"
self.languages = ["Java", "C / C++", "JavaScript"]
self.frontend = ["React"]
self.backend = ["Node.js"]
self.databases = ["MongoDB", "MySQL"]
self.interests = ["Web Development"]
self.fun_fact = "I turn chai โ into clean code ๐ป"
def say_hi(self):
print("Thanks for visiting my GitHub! Let's build something amazing! ๐")
me = Developer()
me.say_hi()
Pinned Loading
-
expense-tracker-frontend
expense-tracker-frontend PublicA Full Stack Expense Tracker Web Application built with React.js, Node.js, Express.js and MongoDB.
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.