A modern and responsive personal portfolio website built using React + Vite + Bootstrap.
This portfolio showcases:
- About Me
- Skills
- LeetCode Statistics
- Contact Information
- ⚛️ React
- ⚡ Vite
- 🎨 Bootstrap
- 💅 Custom CSS
- 🌍 Deployed via GitHub
Follow these steps to run the project locally.
git clone https://github.com/YOUR_USERNAME/Portfolio.gitcd Portfolionpm installnpm install bootstrapnpm run devNow open:
http://localhost:5173
src/
├── assets/
│ ├── photo.jpg
├── components/
│ ├── Navbar.jsx
│ ├── Intro.jsx
│ ├── About.jsx
│ ├── Skills.jsx
│ ├── LeetCode.jsx
│ └── Contact.jsx
├── App.jsx
├── App.css
└── main.jsx
- Responsive design
- Modern dark theme
- Smooth scrolling navigation
- LeetCode stats integration via API
- Bootstrap-based layout
- Clean UI with custom styling
This portfolio is live and hosted on Vercel 🚀
🔗 Live Website:
https://jensonportfolio.vercel.app/
To generate the production build locally:
npm run buildThe optimized production files will be generated inside the dist/ folder.
This project is deployed using:
- Vercel (with automatic GitHub integration)
- Continuous Deployment enabled (auto deploy on push)
Every time changes are pushed to the main branch, Vercel automatically rebuilds and deploys the latest version.
If you'd like to connect:
- 📧 Email: jensonj7788@gmail.com
- 💼 LinkedIn: https://linkedin.com/in/jensonj7
- 💻 GitHub: https://github.com/Jenson073
Give it a star ⭐ on GitHub!
Developed by Jenson J