Skip to content
View NotReallyPrince's full-sized avatar
๐Ÿ—ฟ
I rarely test my code, but when I do, itโ€™s directly in production.
๐Ÿ—ฟ
I rarely test my code, but when I do, itโ€™s directly in production.

Highlights

  • Pro

Block or report NotReallyPrince

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
NotReallyPrince/README.md

Hey! Nice to see you.

#!/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()

Instagram LinkedIn Telegram

Things I code with

HTML5 Python JavaScript TypeScript Firebase GitHub Pages Vercel NodeJS Next JS FastAPI Flask Tailwind CSS Docker

๐ŸŽถ Currently listening:

๐Ÿ“ˆ GitHub Stats:

GitHub Stats GitHub Streak Top Languages

๐Ÿ† GitHub Achievements:

GitHub Trophies

Profile Views

Pinned Loading

  1. Audire-App Audire-App Public

    Audire, 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

  2. KellyAI-App KellyAI-App Public

    With KellyAI, users can generate stunning images and engage in engaging conversations with an AI chatbot.

    JavaScript

  3. Kelly-API Kelly-API Public

    Python