Modern React portfolio website with cosmic-themed design and GitHub integration.
npm install
npm run dev- React 19 + Vite 7 + TailwindCSS 4
- Radix UI for accessible components
- GitHub API integration for dynamic skills
- 🌟 Animated star background
- 🌙 Dark/light theme toggle
- 📱 Fully responsive design
- 🔗 GitHub-powered skills section
- 📧 Contact form with toast notifications
npm run dev- Development servernpm run build- Production buildnpm run preview- Preview buildnpm run lint- Code linting
Create .env.local with your GitHub token for skills integration:
VITE_GITHUB_TOKEN=your_github_token_here
src/
├── components/ # UI components
├── pages/ # Route pages
├── services/ # GitHub API
├── hooks/ # Custom hooks
└── lib/ # Utilities
Built with ❤️ by Jafet Hernandez