Skip to content
View steven0608's full-sized avatar
🌥️
build lightning components for salesforce orgs.
🌥️
build lightning components for salesforce orgs.
  • Brooklyn, New York
Block or Report

Block or report steven0608

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

    A point of Sales web application to manage inventory (via sales transactions, ordering and adjustments), assign tasks to each users, chat, checkout products and reporting features .

    JavaScript

  2. build-monster-mash-with-react build-monster-mash-with-react Public

    (Group Project) store users' drawings and randomly generate monster on the homepage

    JavaScript 1

  3. BuildMathGameWithJS_singlepageapp BuildMathGameWithJS_singlepageapp Public

    (Group Project on a single page app) - A fun Math Game build with javascript. Please also checkout the scoreboard to see if you are on our top ten list

    Ruby

  4. book-library-project book-library-project Public

    Forked from JohnZBurnett/book-library-project

    (Group Project) A library web application allows users to checkout books, return books and request books if copy is not available.

    Ruby

  5. get_lat_lng_from_GoogleMapapi get_lat_lng_from_GoogleMapapi Public

    the python code will read the list of address from the excel file and output the Latitude and longitude from the google map api to a excel file.

    Jupyter Notebook 1

  6. web scrape my own site web scrape my own site
    1
    import requests
    2
    # To make the get request
    3
    from bs4 import BeautifulSoup
    4
    # to pull data out of HTML
    5
    import pandas