Hey everyone 👋 I'm Gautam Anand.
If you're reading this, you're one of the few developers who care about proper documentation — and guess what? I'm one of them too 💻✨
I'm a Full Stack Engineer currently working at a Cyber Security Startup incubated at IIT Kanpur 🔐🏛️
Passionate about clean code, performance, and crafting slick UI experiences.
Some of the tools I love and use daily:
- ⚡ Next.js
- ⚛️ React.js
- 🎨 TailwindCSS
- 🟦 TypeScript
- 🎞️ Framer Motion
- 🐻 Zustand
- ▲ Vercel
- 📈 Vercel Analytics & Speed Insights
- 🐰 Bun
- 🧹 lint-staged
- 🧼 Prettier
📌 Always happy to learn new technologies and adapt fast to ever-changing dev landscapes.
Want to contribute? Don't worry, I'm always open to new ideas and suggestions.
- Add more animations, (framer motion)
- Themes Settings
- Add Shortcuts Page inside Settings
- Suggestions?
Make sure you’ve got these installed before you run the project:
💡 Required tools to run this project locally:
- 📦 Node.js
- ⚡ Bun
- 🧑💻 Code Editor (VSCode?) — well... obviously 😄
Clone the repo and run the project in just a few steps:
git clone https://github.com/localhostd3veloper/code-portfolio.git
cd code-portfolioInstall dependencies with:
bun installStart the dev server:
bun run devBuild the app for production:
bun run build🔧 Project uses Bun as the package manager and task runner.
Here are some of the core dependencies used in this project:
"dependencies": {
"@vercel/speed-insights": "^1.2.0",
"motion": "^12.6.3",
"next": "15.2.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-resizable-panels": "^2.1.7",
"react-responsive-carousel": "^3.2.23",
"react-simple-typewriter": "^5.0.1",
"sharp": "^0.34.0",
"zustand": "^5.0.3"
}📁 Also available in package.json.
This project is licensed under the MIT License 📝
💬 Feel free to fork, star, and use it for your own projects. And don’t forget to drop a ⭐ if this helped you!