A clean, modern single-page portfolio for Salim Shrestha built with Vite, React 18, and TailwindCSS. The app displays seeded profile details and fetches public GitHub profile statistics and recently updated repositories.
- Full-screen hero with animated role text
- About, Skills, Projects, GitHub Stats, Contact, and Footer sections
- Live GitHub data from
https://api.github.com/users/salimshre - Skeleton loaders and graceful fallback data for GitHub API errors
- Dark mode toggle persisted in
localStorage - Smooth scrolling navigation with active section highlighting
- Mobile-first responsive layout
npm install
npm run devBuild for production:
npm run buildPreview the production build:
npm run previewGitHub's unauthenticated API has a low rate limit. To raise the limit, create a local .env file:
VITE_GITHUB_TOKEN=your_github_token_hereDo not commit .env files or real tokens.