A developer portfolio built with React, featuring a VS Code-inspired user interface.
This is my personal portfolio website. I designed it to mimic the look and feel of Visual Studio Code, allowing visitors to explore content through a familiar file-tree navigation system. All page content is written in Markdown and rendered dynamically at runtime.
- React 18 with React Router v6 for client-side routing
- Material UI for component styling and theming
- React Markdown with syntax highlighting for content rendering
- GitHub Pages for static hosting
# Install dependencies
npm install
# Start development server
npm startDevelopment server runs at http://localhost:3000
# Production build
npm run build