Skip to content
View acst52's full-sized avatar
Block or Report

Block or report acst52

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 Loading

  1. EatsMatch EatsMatch Public

    Our web app, EatsMatch, is the place to go to save money when ordering in. No need to search through all the services to find the best price and coupon codes - EatsMatch allows users to compare foo…

    JavaScript 1 1

  2. NeuroSpace NeuroSpace Public

    By creating a space for neurodiverse education and resource sharing, we can provide our children with the tools and resources they need to thrive. This includes information on therapies, social ski…

    JavaScript 1

  3. README2filth README2filth Public

    Command Line App: Professional README Generator, from user input using the Inquirer pkg!

    JavaScript

  4. Unravelling the vibrant world of hex... Unravelling the vibrant world of hex colors: a tutorial to decode their mysterious patterns
    1
    # Understanding and Breaking Down a Hex Value Regular Expression (Regex)
    2
    
                  
    3
    In this tutorial we'll be explaining the regex used to match a hex value. Hex values, which are short for hexadecimal values, represent colors in web development and design. Hex values are a base-16 numeral system, and the colors they represent consist of a combination of 3 or 6 characters, often starting with a `#` symbol. Let's explore when and where this hex regex is used, get into each part of it, and describe its functionality so we can all understand how it matches hex values and where we can apply the regular expression.
    4
    
                  
    5
    ![Hex Value Colors](https://miro.medium.com/v2/resize:fit:1200/1*vgddUDH0yDIbUELtbEXV4g.png)