Skip to content
View KateMcRo's full-sized avatar
πŸ’­
Lets connect!
πŸ’­
Lets connect!

Highlights

  • Pro

Block or report KateMcRo

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

Howdy πŸ‘‹πŸ»

I'm Kate. I'm a creative person with a keen affinity for organization and I like code.

Skills Tech
🌈 Front End
πŸ’» Back End
πŸ“± Dev Tools

Pinned Loading

  1. creativeJuice creativeJuice Public

    Interactive front-end application that helps people break out of creative blocks

    JavaScript 2

  2. PageTurner PageTurner Public

    Forked from ManinderManan/PageTurner

    Group Project for Book Review app

    JavaScript 2

  3. Plantastic Plantastic Public

    Interactive MERN Stack Single-Page Application for plant enthusiasts to catalog their plants, make notes for their care, and send email reminders for care tasks.

    JavaScript 4

  4. Simple explanation of the Hexadecima... Simple explanation of the Hexadecimal Code Regex
    1
    # Decoding Regular Expressions: Hexadecimal Codes
    2
    
                  
    3
    While it feels like magic to summon any color with a simple string of letters and numbers, Hexadecimal Codes (also known as Hex Codes) are not witchcraft. Like everything in coding, there is a method to the madness.
    4
    
                  
    5
    In our everyday decimal system we use the numbers 0-9 and when we add 1 to 9, we carry it over to create 10. In the hexadecimal system, we also use the letters A-F to represent numbers (similar to how face cards can hold a numerical value in card games). The additional characters allow for binary data to be more compact.