Skip to content
View Fanoflix's full-sized avatar
🤖
Its hustlin' time
🤖
Its hustlin' time
Block or Report

Block or report Fanoflix

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
Fanoflix/README.md

Hello fellow programmers! 👋

Hi, I am Ammar, a software engineer with a passion for building user-friendly and efficient software solutions. I spend most of time outside of work making small yet effective tools that would make my life, and by extension, other developers' lives easier! Get to know me a little better at my personal website! 🕸️


Website and Socials



Languages, Tools and Frameworks

Vue Vite NodeJS JavaScript Prisma MySQL PostgreSQL MongoDB HTML5 CSS3 Git

Pinned

  1. fatefy fatefy Public template

    Lightweight UI components for Vue3

    Vue

  2. Ctrl + Enter to submit Form (Typescr... Ctrl + Enter to submit Form (Typescript)
    1
    document.body.addEventListener("keydown", (e: KeyboardEvent) => {
    2
        if (!(e.key === "Enter" && (e.metaKey || e.ctrlKey))) return
    3
    
                  
    4
        const form = (e.target as HTMLFormElement).form
    5
        if (form) form.submit() // or form.requestSubmit() depending on your usecase
  3. personal-portfolio personal-portfolio Public

    Minimalistic Portfolio Website made using Fatefy UI Components

    Vue 2

  4. github-blocks github-blocks Public

    Brainstorming cool Github Block ideas

    TypeScript

  5. jwst-images jwst-images Public

    secret

    Vue

  6. project-denote project-denote Public

    An advanced Self-management/Note-taking app prototype

    Vue