Skip to content
View SAURABHTIWARIVBSPU's full-sized avatar

Highlights

  • Pro

Block or report SAURABHTIWARIVBSPU

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

🌐 Socials:

LinkedIn

πŸ’» Tech Stack

C Java Google Cloud Bootstrap jQuery Next JS NodeJS React Redux TailwindCSS Apache Maven MongoDB MySQL Canva Figma Docker Ansible Postman

πŸ“Š GitHub Stats



![](https://github-readme-stats.vercel.app/api/top-langs/?username=SAURABHTIWARIVBSPU&theme=dark&hide_border=false&include_all_commits=true&count_private=true&layout=compact

πŸš€ Getting Started

[Setup Instructions]

πŸ“– Features

[Feature List]

πŸ” Top Contributed Repo

πŸ’‘ Contributing

[Contribution Guidelines]

πŸ“„ License

[License Information]

<style> @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } } h1 { animation: fadeIn 1.5s ease-in-out; } </style>

🌟 Three.js Theme

<style> .button { padding: 10px 20px; background-color: #4d9e6c; color: white; border: none; border-radius: 5px; cursor: pointer; transition: transform 0.2s; }

.button:hover { transform: translateY(-5px); } </style>

Get Started

<script> // Basic Three.js setup (Add this to your main JavaScript file, not README) const scene = new THREE.Scene(); const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000); const renderer = new THREE.WebGLRenderer(); renderer.setSize(window.innerWidth, window.innerHeight); document.getElementById('threejs-scene').appendChild(renderer.domElement); const geometry = new THREE.BoxGeometry(); const material = new THREE.MeshBasicMaterial({ color: 0x00ff00 }); const cube = new THREE.Mesh(geometry, material); scene.add(cube); camera.position.z = 5; function animate() { requestAnimationFrame(animate); cube.rotation.x += 0.01; cube.rotation.y += 0.01; renderer.render(scene, camera); } animate(); </script> <style> .fadeIn { opacity: 0; animation: fadeIn 1.5s forwards; } .fadeIn:nth-child(n) { animation-delay: calc(0.5s * var(--i)); } </style>

Popular repositories Loading

  1. HACTOBERFESTDSAREO HACTOBERFESTDSAREO Public

    Forked from ASHWANISINGHVBSPU/HACTOBERFESTDSAREO

    Java 1

  2. Java-DSA-InterviewPrep Java-DSA-InterviewPrep Public

    Forked from rohan472000/Java-DSA-InterviewPrep

    A comprehensive repository containing a curated collection of Java-based Data Structures and Algorithms (DSA) questions.

    Java 1

  3. untitled untitled Public

  4. code code Public

    Java

  5. SAURABHTIWARIVBSPU SAURABHTIWARIVBSPU Public

    HTML

  6. hactoberfest2022 hactoberfest2022 Public

    Forked from hawk-lib/hactoberfest2022

    Make your first/new pull request in GitHub. [(Java/Python/Dart/Flutter/Android/Other)-acceptable] Star_this_repo___Fork_this_repo___Add_a_file___Commit_the _code___Make_pull_request

    Java