Skip to content
View malickbax's full-sized avatar
  • Virginia, USA
Block or Report

Block or report malickbax

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. readme-generator readme-generator Public

    A command line application that dynamically generates a professional README.md file from a user's input using the Inquirer package.

    JavaScript

  2. employee-teams-generator employee-teams-generator Public

    I use Test-Driven Development (TDD) process to create various test cases and built functions for an application that generates profiles based on inputs from Node.js Inquirer Module. The information…

    JavaScript

  3. taskmaster taskmaster Public

    This is a task management tool used to add and track tasks. Code has been created using jQuery, and Bootstrap to simplify and make UI/UX more user friendly.

    JavaScript

  4. A tutorial explaining how regex func... A tutorial explaining how regex functions and describing what it does.
    1
    # REGEX TUTORIAL
    2
    This this a tutorial to explain how Regular Expressions, commonly known as regex, work. In this tutorial, I use an email address pattern to explain various regex components. 
    3
    
    
    4
    ## Summary
    5
    Regex are used to declare a sequence of characters that define a search pattern of a text. As such, we can use regex to find any type of user input on a webpage. Regex allows programmers to specificifally target characters in a text and narrow down a type of input such as email addresses, telephone numbers, usernames... In this tutorial, I will be using email addresses as the text type to demonstrate how Regex work. 
  5. bragging-rights bragging-rights Public

    Forked from clairecashmore17/bragging-rights

    Blog-style platform that allows users to post achievements and view their fellow users achievements.

    JavaScript