Skip to content
View shreyanshvarshney's full-sized avatar
:octocat:
New Account.
:octocat:
New Account.
Block or Report

Block or report shreyanshvarshney

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
shreyanshvarshney/README.md

Hi 👋, I'm Shreyansh Varshney

I am a software engineer focusing on developing full stack web applications that solve problems with a strong user focus.

Pinned Loading

  1. shop-from-home shop-from-home Public

    Development phase - Online shopping app for food and bakery products

    TypeScript

  2. Python3-Basics Python3-Basics Public

    Python: All about Python-3 with basics.

    Jupyter Notebook 2 1

  3. Adventure-Traveller-Website-Landing-Page Adventure-Traveller-Website-Landing-Page Public

    Created a demo Landing Page of Adventure travel company using HTML, CSS, CSS animations and a fully responsive website.

    HTML 1

  4. Python-Messaging-App-Twilio Python-Messaging-App-Twilio Public

    How to Message Using Twilio API with Python 3.5

    Python 1

  5. HTML-5-Basics HTML-5-Basics Public

    HTML: Hypertext Markup Language

    HTML 5 31

  6. Python Script to automate directory ... Python Script to automate directory compression.
    1
    import os
    2
    import subprocess as sp
    3
    
                  
    4
    print("What type of compression you want? \n0. Folders inside a Folder \n1. Direct Folder\n")
    5
    compression = input("Enter the number 0 or 1?\n")