Skip to content

Jenson073/Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Personal Portfolio

A modern and responsive personal portfolio website built using React + Vite + Bootstrap.

This portfolio showcases:

  • About Me
  • Skills
  • LeetCode Statistics
  • Contact Information

🚀 Tech Stack

  • ⚛️ React
  • ⚡ Vite
  • 🎨 Bootstrap
  • 💅 Custom CSS
  • 🌍 Deployed via GitHub

📦 Installation & Setup

Follow these steps to run the project locally.

1️⃣ Clone the repository

git clone https://github.com/YOUR_USERNAME/Portfolio.git

2️⃣ Navigate into the project folder

cd Portfolio

3️⃣ Install dependencies

npm install

4️⃣ Install Bootstrap (if not already installed)

npm install bootstrap

5️⃣ Start development server

npm run dev

Now open:

http://localhost:5173

📂 Project Structure

src/
 ├── assets/
 │    ├── photo.jpg
 ├── components/
 │    ├── Navbar.jsx
 │    ├── Intro.jsx
 │    ├── About.jsx
 │    ├── Skills.jsx
 │    ├── LeetCode.jsx
 │    └── Contact.jsx
 ├── App.jsx
 ├── App.css
 └── main.jsx

📌 Features

  • Responsive design
  • Modern dark theme
  • Smooth scrolling navigation
  • LeetCode stats integration via API
  • Bootstrap-based layout
  • Clean UI with custom styling

🌍 Deployment

This portfolio is live and hosted on Vercel 🚀

🔗 Live Website:
https://jensonportfolio.vercel.app/

Build for Production

To generate the production build locally:

npm run build

The optimized production files will be generated inside the dist/ folder.

Hosting Platform

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.


📬 Contact

If you'd like to connect:


⭐ If you like this project

Give it a star ⭐ on GitHub!


👨‍💻 Author

Developed by Jenson J

About

My personal portfolio using React on FITA training

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors