Skip to content
View AMSpears's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report AMSpears

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

Pinned

  1. TREE TRAVERSALS TREE TRAVERSALS
    1
    ## Tree Traversals (In-order, Pre-order, Post-order)
    2
    
                  
    3
    ---
    4
    
                  
    5
    ## Interviewer Prompt
  2. ROSE FILTER ROSE FILTER
    1
    # Rose Filter
    2
    
                  
    3
    ## Prompt
    4
    
                  
    5
    Design a simple web app that features a color swatch preview (in 6 color hex notation, e.g. #a02bff), and filter button. When pressed, the filter button should apply a 'Rose' fitler, making the color of the swatch 20% more red, 10% less green, and 10% more blue. You should write this web app in pure JS, HTML, and CSS if possible.