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

Block or report jmail1014

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

    A random password generator that uses JavaScript to prompt the user for criteria to generate a password for their use.

    JavaScript

  2. E-commerce-Back-End E-commerce-Back-End Public

    This is the back end for an e-commerce site. It was built by taking a functional Express API and using the Sequelize ORM library to interact with a MySQL database. It is then tested in the Insomnia…

    JavaScript

  3. regexTutorial.md regexTutorial.md
    1
    # Regex Tutorial
    2
    
                  
    3
    Hi! I am going to explain regex. My regex example is an email identifier. You can use regex to identify or restrict certain kinds of emails, so this can be written in many ways.
    4
    Mine will be for a simple and general email address. 
    5
    
                  
  4. Case-Tracker Case-Tracker Public

    Forked from JosephJoeyJoe/Case-Tracker

    This application is a kanban for a company to use to track employee cases (covid19). Users are required to log in or register in order to access the Kanban. It utilizes both frontend and backend te…

    JavaScript

  5. food-drink-app food-drink-app Public

    Forked from afebre1027/food-drink-app

    This application uses third party APIs to gather food and drink recipes. The user checks their preferences for food and drink, then a random option for both is presented.

    JavaScript

  6. portfolio-react portfolio-react Public

    This is a single page portfolio application made with React. It displays an about me, portfolio, contact and resume section made with React reusable components. It utilizes props to pass child comp…

    JavaScript