Skip to content
View akshar-dave's full-sized avatar
🌻
🌻

Block or report akshar-dave

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
akshar-dave/README.md

hello!

  • 👋 I’m Akshar Dave
  • 👀 I’m interested in interface interactions and animations.
  • 🌱 I’m currently learning PostgreSQL at my own pace. It is an intuitive and powerful database. Truly magic!
  • 💞️ I’m looking to collaborate on frontend design and development.
  • 📫 How to reach me: write ✍️ to hello@akshardave.com

Pinned Loading

  1. akshar-daveakshar-davePublic

    JavaScript

  2. etchtmletchtmlPublic

    A boilerplate for my way of writing on the web

    HTML

  3. canvas_cursorcanvas_cursorPublic

    Drawing a custom cursor on canvas

    JavaScript

  4. Material Icons Copy to ClipboardMaterial Icons Copy to Clipboard
    1
    function$(element){
    2
    returndocument.querySelectorAll(element);
    3
    }
    4
    5
    functiongetSvg(url){
  5. Executes code after a delay, only if...Executes code after a delay, only if current text input is different from the old text
    1
    //Handle input field text after user stops typing (300ms delay), and only execute code if there is new text
    2
    3
    // Create a new timeout
    4
    letinputTimeout=null;
    5