#!/usr/bin/python
# -*- coding: utf-8 -*-
class Developer:
def __init__(self):
self.name = "Prince Prajapati"
self.title = "Full-Stack Developer"
self.location = "Gujarat, India"
self.education = "Bachelor's Degree in Automobile Engineering"
self.language_programming = ["Python", "JavaScript"]
self.skills = ["React.js", "React Native", "Node.js", "Tailwind CSS", , "GitHub Actions"]
self.language_framework = ["Django", "FastAPI", "Flask","Next.js", "Expo"]
self.database = ["MongoDB", "Firebase", "PostgreSQL"]
self.projects = {
"KellyAI": "AI tools for image generation, image editing, and chat.",
"Picsynth": "Advanced AI-driven image synthesis platform.",
"Audire": "A free website where you can listen to your favorite music anytime, anywhere",
"Dogetune": "A music bot where you can listen to your favorite music anytime, anywhere"
}
self.interests = ["Web Development", "API Development", "AI Tools", "Open Source"]
def say_hi(self):
print(f"Hi! ๐ I'm {self.name}, a {self.title} from {self.location}.")
print("I love building interactive apps and exploring new tech!")
prince = Developer()
prince.say_hi()
Prince Prajapati NotReallyPrince
๐ฟ
I rarely test my code, but when I do, itโs directly in production.
Fullstack developer from Gujarat, India.
- Gujarat, India
-
13:19
(UTC -12:00) - notreallyprince.is-a.dev
- prince.prajapati30
- @Prince301102
- in/notreallyprince
- @NotReallyPrince
Highlights
- Pro
Pinned Loading
-
Audire-App
Audire-App PublicAudire, an open-source music app built using React Native Expo and JioSaavn's unofficial APIs, allows you to seamlessly listen to your favorite music, explore trending tracks, and discover new artiโฆ
JavaScript
-
KellyAI-App
KellyAI-App PublicWith KellyAI, users can generate stunning images and engage in engaging conversations with an AI chatbot.
JavaScript
-
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.