Skip to content
View JuanSFL's full-sized avatar

Block or report JuanSFL

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. Weather_Dashboard Weather_Dashboard Public

    A simple application that provides real time weather data for any given city and a five day forecast.

    JavaScript

  2. Work_Day_Planner Work_Day_Planner Public

    Work day planner to help someone keep track of their tasks.

    HTML

  3. Command_Line_App_README-GENERATOR Command_Line_App_README-GENERATOR Public

    Command line application that generates a readme.md by asking a user a set of prompts, and returning a file with the responses from the user.

    JavaScript

  4. Code_Genie Code_Genie Public

    Full Stack Application utilizing the MERN stack. This app allows users to ask and answer questions. In addition, it also leverages OpenAI's API to get answers to questions instantly.

    JavaScript

  5. Email Regex Tutorial Email Regex Tutorial
    1
    # Regex Tutorial
    2
    
                  
    3
    Regular expressions, also known as Regex for short, are powerful tools to define a specific search pattern for text. Certain regular expressions can also be used to validate the input of text such as an email address or a domain.
    4
    ## Summary
    5