Skip to content
View j1yl's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report j1yl

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
j1yl/README.md
class SoftwareEngineer:
    def __init__(self):
        self.name = "Joe Lee"
        self.role = "Software Engineer"
        self.website = "https://www.joelee.info/"
        self.language_spoken = ["en_US", "zh_TW"]

me = SoftwareEngineer()

Pinned

  1. portfolio portfolio Public

    My personal portfolio website that showcases my skills, projects, and experience in a clean and modern design.

    TypeScript

  2. pathfind pathfind Public

    A path finding visualizer showing popular algorithms such as Dijkstra's, A*, and more

    TypeScript 2 1

  3. graphs graphs Public

    A constellation-inspired visualization of graph traversel algorithms.

    TypeScript 2

  4. flights flights Public

    A simple real-time flight tracker with interactive map for monitoring aircraft positions.

    TypeScript