A cyberpunk themed portfolio website showcasing my skills, projects, and experience.
- Cyberpunk-themed UI design
- Responsive layout for all devices
- Sections for About, Projects, Skills, Certifications, and Contact
- Integration with external links (LinkedIn, GitHub, etc.)
- React
- TypeScript
- Tailwind CSS
- Vite
This portfolio is deployed on GitHub Pages. View it live at: https://yesh00008.github.io/portfolio/
To deploy:
- Create a GitHub repository named
portfolio - Push the code to GitHub:
git remote add origin https://github.com/yesh00008/portfolio.git
git branch -M main
git push -u origin main
- Set up GitHub Pages:
- Go to repository Settings
- Navigate to Pages section
- Set source branch to
main - Set folder to
/(root) - Save configuration
- GitHub will provide a URL where your site is published
MIT