Skip to content
View eladgunders's full-sized avatar

Block or report eladgunders

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

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

    🌈  to-do list web app using React & Typescript

    TypeScript