A personalized developer portfolio built with React and Bootstrap, designed to showcase your projects and skills.
- Clean UI with dark/light mode toggle
- Built with React + Bootstrap
- Fully Responsive
- Easy to Customize (JSON powered)
- Project section with tags, links, and preview
🌐 Live Demo: Click Here
- Showcase your skills and projects
- Enhance your online presence
- Make a strong impression during interviews
# Clone the repo
$ git clone https://github.com/Rajeev-chava/Rajeev-Portfolio
# Go into the project directory
$ cd Rajeev-Portfolio
# Install dependencies
$ npm install --legacy-peer-deps
# Run the app locally
$ npm startGo to http://localhost:3000 to see your portfolio.
public/images/— Images for projects, skills, logo etc.public/profile/— JSON files for content (social, about, skills, education, etc.)src/components/— React components (Navbar, Header, Education, Projects, etc.)src/theme/themes.js— Light/Dark theme customization
Update the following JSON files under public/profile/:
navbar.json— Navigation sections and logoroutes.json— Pages for About, Skills, Projects, etc.home.json— Name and rolessocial.json— LinkedIn, GitHub, Email linksabout.json— Bio and profile pictureskills.json— Tech stack grouped in categorieseducation.json— Education timelineexperiences.json— Internships and work experienceprojects.json— List of projects with links, images, tags
- Push your code to GitHub
- Go to vercel.app
- Import your GitHub repo
- Set build command:
npm run build - Deploy 🚀
This project is licensed under the MIT License - see the LICENSE.md file for details.