Personal portfolio built with vanilla HTML, CSS, and JavaScript — no frameworks, no build step.
npx serve .Edit assets/js/utils/constants.js:
export const GITHUB_USERNAME = 'devmdrd';
export const NPM_PACKAGE = 'axios-react-hook';
export const CONTACT_EMAIL = 'your@email.com';
export const FORMSPREE_ENDPOINT = 'https://formspree.io/f/YOUR_FORM_ID';devmdrd.github.io/
├── index.html
├── robots.txt
├── sitemap.xml
└── assets/
├── css/
│ ├── index.css
│ ├── base/ # tokens, reset
│ ├── layout/ # header, sidebar, main
│ ├── components/ # buttons, cards, forms, skeletons, github-stats
│ ├── sections/ # about, timeline, projects, contact
│ └── utilities/ # animations, responsive
├── js/
│ ├── main.js
│ ├── services/ # cache, github, npm
│ ├── components/ # github-sidebar, projects, contrib-chart
│ ├── modules/ # navigation, sidebar, theme, effects, contact
│ └── utils/ # constants, helper
├── images/
│ └── profile.webp
└── documents/
└── resume.pdf