Skip to content
View dmitriyhulpe's full-sized avatar
  • Ukraine

Block or report dmitriyhulpe

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

Pinned Loading

  1. JavaScript Select JavaScript Select
    1
    const selects = document.getElementsByTagName('select');
    2
    
                  
    3
    if (selects.length > 0) {
    4
    	selectsInit();
    5
    }
  2. JavaScript Notification JavaScript Notification
    1
    function toast({title = '', description = '', type = message, duration = 5000}) {
    2
        const item = document.querySelector('#toast');
    3
        if(item) {
    4
            const toast = document.createElement('div');
    5
    
                  
  3. Store Store Public

    PERN stack online store (Develop Stage)

    JavaScript 2

  4. Posts Posts Public

    Fullstack react application (Possible updates)

    JavaScript 1

  5. Login Login Public

    JWT React login (Possible Updates)

    JavaScript 1

  6. Blog Blog Public

    Design and development personal blog (Develop Stage)

    HTML 1