A Visual Studio Code-themed developer portfolio website built using Next.js, designed to showcase your skills, projects, and experience in a sleek, code-editor-like interface. Deployed effortlessly with Vercel.
- Fully responsive and fast ⚡
- Multiple themes:
- ✅ GitHub Dark (default)
- ✅ Dracula
- ✅ Ayu
- ✅ Nord
- ⏳ One Dark Pro (coming soon)
- Interactive layout with sidebar, tabs, and terminal
- Easy customization with clean and modular code
- Supports Markdown and Dev.to integration
- Multiple theme support
- One Dark Pro theme
- Interactive custom terminal
- Live blog integration via RSS
git clone https://github.com/your-username/bchikara-portfolio.git
cd bchikara-portfolionpm install
# or
yarn installnpm run dev
# or
yarn devVisit http://localhost:3000 to view your portfolio locally.
- Modify the content of your portfolio in the
pages/directory. - Update the layout and components inside the
components/folder. - To add or remove tabs/pages, edit:
components/Sidebar.jsxcomponents/Tabsbar.jsx
To fetch blog posts from Dev.to, create a .env.local file in the project root.
Refer to .env.local.example for variable names and structure.
Deploy instantly with Vercel, the platform built by the creators of Next.js.
MIT License © [Your Name]
