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

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.

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

  1. akshar-dave akshar-dave Public

    JavaScript

  2. etchtml etchtml Public

    A boilerplate for my way of writing on the web

    HTML

  3. canvas_cursor canvas_cursor Public

    Drawing a custom cursor on canvas

    JavaScript

  4. Material Icons Copy to Clipboard Material Icons Copy to Clipboard
    1
    function $(element){
    2
        return document.querySelectorAll(element);
    3
    }
    4
    
                  
    5
    function getSvg(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
    let inputTimeout = null;
    5