Skip to content
View abaxley2's full-sized avatar
  • Atlanta, GA

Block or report abaxley2

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. React-Portfolio-2023 React-Portfolio-2023 Public

    This application is a demo of my abilities to create and deploy a React application with Tailwind CSS. This is a portfolio of my recent works as I grow in web-development. I have included a descrip…

    JavaScript

  2. Market-Finder Market-Finder Public

    AS A person interested in supporting local farmers and making healthy food I WANT to see a list farmers markets in my area along with recipes I can make using the produce they sell SO THAT I can at…

    JavaScript 3

  3. Regex Tutorial on Matching an Email Regex Tutorial on Matching an Email
    1
    # Tutorial: How to Match an Email with Regex  
    2
    
                  
    3
    This tutorial serves as an introduction to new developers that would like to learn how to break down
    4
    Regex (regular expression) code for how to match an email. Regex is a very useful tool when attempting to locate text or code
    5
    in a large file to match certain criteria. For this example we will focus on the Regex for matching an email address and
  4. Chat-App Chat-App Public

    This is a simple chat application built using React and Firebase. The app allows users to sign in, join chat rooms, and exchange messages in real-time. Firebase Realtime Database and Firebase Authe…

    JavaScript