Repository: soumyajit4419/Portfolio Branch: master Commit: 60c3c08f5f5c Files: 30 Total size: 55.3 KB Directory structure: gitextract_1qa0hdh5/ ├── .gitignore ├── README.md ├── package.json ├── public/ │ ├── index.html │ ├── manifest.json │ └── robots.txt └── src/ ├── App.css ├── App.js ├── App.test.js ├── components/ │ ├── About/ │ │ ├── About.js │ │ ├── AboutCard.js │ │ ├── Github.js │ │ ├── Techstack.js │ │ └── Toolstack.js │ ├── Footer.js │ ├── Home/ │ │ ├── Home.js │ │ ├── Home2.js │ │ └── Type.js │ ├── Navbar.js │ ├── Particle.js │ ├── Pre.js │ ├── Projects/ │ │ ├── ProjectCards.js │ │ └── Projects.js │ ├── Resume/ │ │ └── ResumeNew.js │ └── ScrollToTop.js ├── index.css ├── index.js ├── reportWebVitals.js ├── setupTests.js └── style.css ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies /node_modules /.pnp .pnp.js # testing /coverage # production /build # misc .DS_Store .env .env.local .env.development.local .env.test.local .env.production.local npm-debug.log* yarn-debug.log* yarn-error.log* .eslintcache Server/node_modules Server/config.js ================================================ FILE: README.md ================================================
================================================
FILE: package.json
================================================
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-pdf/renderer": "^2.2.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"react": "^17.0.2",
"react-bootstrap": "^2.2.1",
"react-dom": "^17.0.2",
"react-github-calendar": "^3.2.2",
"react-icons": "^4.8.0",
"react-parallax-tilt": "^1.7.42",
"react-pdf": "^5.7.1",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"react-tsparticles": "^1.42.2",
"typewriter-effect": "^2.18.2",
"video-react": "^0.16.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
================================================
FILE: public/index.html
================================================
Hi everyone! I’m Soumyajit Behera{" "} from Bhubaneswar, India.
I’m currently working as a{" "} Software Developer at{" "} Juspay.
I hold an Integrated M.Sc. (IMSc) in{" "} Mathematics and Computing from{" "} BIT Mesra.
Outside of coding, I love engaging in activities that keep me creative and inspired:
Playing Games 🎮 Writing Tech Blogs ✍️ Traveling and Exploring New Places 🌍 "Strive to build things that make a difference!"{" "}
Feel free to connect with me
I’m a Software Engineer who loves transforming ideas into
reliable, scalable products. Over time, I’ve explored several
technologies and found my passion in building high-performance
systems and intuitive user experiences.
I’m proficient in
{" "}
JavaScript, C++, Rust, Node.js, and Java{" "}
— and I enjoy working across both backend and frontend stacks.
My key areas of interest include developing
{" "}
Web Applications, Blockchain Solutions,{" "}
and exploring new ways to bridge on-chain and off-chain systems.
Whenever possible, I love building projects with
Node.js and modern frameworks like{" "}
React.js and{" "}
Next.js.
Here are a few projects I've worked on recently.