Skip to content
View Srijan-Baniyal's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Srijan-Baniyal

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

Header

Typing SVG

while (bored === true) {
  if (level === 1) {
    readDocs();
  } else if (level == 2) {
    FigmaDesigning();
  } else if (level === 3) {
    listenMusic();
  } else {
    sleep();
  }
}

Typing SVG

const teachings = {
  "currenlty":{
    "learning":{
      "back-End":"MongoDB,Prisma,Postgres",
      "Designing":"FIGMA",
      "ReProgramming":"Old project {Code Name}: BlogL",
      "Other-Language":"🐍"
    }
  }
}

Typing SVG

From: 15 August 2023 - To: 30 April 2024

Total Time: 78 hrs 28 mins

TypeScript     38 hrs 15 mins  ############-------------   48.75 %
Python         23 hrs 22 mins  #######------------------   29.78 %
JSON           3 hrs 40 mins   #------------------------   04.69 %
JavaScript     3 hrs 25 mins   #------------------------   04.37 %
Markdown       2 hrs 8 mins    #------------------------   02.72 %
CSS            1 hr 6 mins     -------------------------   01.40 %
Ezhil          52 mins         -------------------------   01.11 %
HTML           46 mins         -------------------------   01.00 %
Bash           44 mins         -------------------------   00.94 %
Text           41 mins         -------------------------   00.87 %
Docker         36 mins         -------------------------   00.77 %

Typing SVG

Jokes Card

Popular repositories

  1. Hello-World Hello-World Public

    This is my first Repository !!

  2. JavaScript JavaScript Public

  3. TailWind-Project TailWind-Project Public

    This repo will be having "Monthly" Tailwind Projects

  4. Srijan-Baniyal Srijan-Baniyal Public

    About Me ;)

  5. Static-Blogging Static-Blogging Public

    Dummy Blogging website using next.js and its latest feature of getStaticProps

    TypeScript

  6. PythonProject PythonProject Public

    A school project which is based on Menu Driven Program.

    Python