Skip to content
View eladgunders's full-sized avatar
Block or Report

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.

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

  1. fastapi-todos fastapi-todos Public

    🚀 async web server using FastAPI for to-do list apps

    Python 31 1

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

    🌈  to-do list web app using React & Typescript

    TypeScript