A modern, responsive portfolio website built with React, TypeScript, and Vite. This website showcases my professional experience, projects, and skills.
Visit my portfolio at shusingh.github.io
- React
- TypeScript
- Vite
- Styled Components
- Chakra UI
- GitHub Pages (Hosting)
- Responsive design
- Modern UI with smooth animations
- Project showcase with live demos
- Experience timeline
- Skills visualization
- Dark/Light mode support
src/
├── pages/
│ └── LandingPage/
│ ├── LandingPage.tsx
│ └── components/
│ ├── About.tsx
│ ├── Experience.tsx
│ ├── Projects.tsx
│ └── Skills.tsx
├── components/
│ ├── Footer/
│ └── Header/
└── App.tsx
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Build for production:
npm run build
This project is licensed under the GPL-3.0 License.