[go: nahoru, domu]

Skip to content
View lindsaymergy's full-sized avatar
🏔️
Flagstaff, AZ
🏔️
Flagstaff, AZ
Block or Report

Block or report lindsaymergy

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 Loading

  1. Next.js - Referral Modal Component Next.js - Referral Modal Component
    1
    <img width="1348" alt="image" src="https://user-images.githubusercontent.com/24981702/276423190-6c89e3fa-0550-4315-989c-04c691b911e4.png">
    2
    
                  
    3
    
                  
    4
    given a user is logged into the app
    5
    when that user selects the Referral option
  2. React Native - Component Preview React Native - Component Preview
    1
    import React, { ReactNode } from "react";
    2
    import { Pressable, Text, View } from "react-native";
    3
    import { useNavigate } from "react-router-native";
    4
    import { RightArrow } from "../../../assets/icons/RightArrow";
    5
    import { colors } from "../../../constants/colors";
  3. SimpleChatServer SimpleChatServer Public

    Establishes a basic chat server in Node.js using the 'net' module. This server is designed to handle client connections and facilitate communication over a TCP connection. It listens on port 8080 a…

    JavaScript 1

  4. RubyInboxApp RubyInboxApp Public

    Simple Ruby app that allows the user to send an email, view the inbox, and clear the inbox

    Ruby

  5. PublicGistViewer PublicGistViewer Public

    Simple application that allows the user to search for any public github user, view their Gists, and see the files for each Gist

    JavaScript

  6. ReactBoilerplate ReactBoilerplate Public

    Forked from aptera/ReactBoilerplate

    The React Boilerplate is an ideal foundation for client-side projects that transcend standard CMS like HubSpot, Sitefinity, or WordPress. It jumpstarts web apps needing a unique front-end, effortle…

    JavaScript