Skip to content
View eladgunders's full-sized avatar
โœจ
โœจ

Block or report eladgunders

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
eladgunders/README.md

Hi, I'm Elad Gunders โœจ

23 Years old full stack developer from Israel ๐Ÿ‡ฎ๐Ÿ‡ฑ

Lets define me!

class Me(Human):
    def __init__(self) -> None:
        super().__init__()
        self.first_name: str = 'Elad'
        self.last_name: str = 'Gunders'
        self.age: int = 23
        self.location: str = 'Israel'
        self.jobs: list[str] = ['Full Stack Developer', 'Back End Developer', 'Front End Developer']
        self.open_to_work: bool = True
        self.hobbies: list[str] = ['Chess', 'Music', 'Video Games']

Pinned Loading

  1. fastapi-todos fastapi-todos Public

    ๐Ÿš€ async web server using FastAPI for to-do list apps

    Python 48 5

  2. react-typescript-todos react-typescript-todos Public

    ๐ŸŒˆโ€Š to-do list web app using React & Typescript

    TypeScript