Modern, premium portfolio website built with React, Vite, and Tailwind CSS v4.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe app will run at http://localhost:5173
- React 18 - UI library
- Vite 7 - Lightning-fast build tool
- Tailwind CSS v4 - Modern utility-first CSS
- JavaScript (ES6+) - Programming language
- ✅ Fully responsive design (mobile, tablet, desktop)
- ✅ Dark theme with glassmorphism effects
- ✅ Smooth scroll navigation
- ✅ Interactive animations & transitions
- ✅ Form validation
- ✅ SEO optimized
- ✅ Fast performance with Vite
- Hero - Introduction with availability status and CTAs
- Tech Stack - Skills categorized by Frontend, Backend, Databases, Tools
- Journey Timeline - Growth milestones from 2021 to present
- Projects - Featured work (Contact Manager, CGPA Analyzer, Cricket Tracker)
- Resume - Education & certifications
- Skills - Technical proficiency with progress bars
- Contact - Contact form & social links
portfolio/
├── src/
│ ├── App.jsx # Main application component
│ ├── main.jsx # Application entry point
│ └── index.css # Global styles & Tailwind
├── public/ # Static assets
├── index.html # HTML template
├── tailwind.config.js # Tailwind configuration
├── postcss.config.js # PostCSS configuration
├── vite.config.js # Vite configuration
└── package.json # Dependencies & scripts
Edit src/App.jsx and search for:
- "Vishnu Vardhan" - Replace with your name
- Email, phone, social links
- Project descriptions
- Skills and technologies
Edit tailwind.config.js:
colors: {
primary: '#0f6df0', // Change to your brand color
}npm run buildThis creates an optimized build in the dist/ folder.
- Run
npm run build - Drag
distfolder to netlify.com/drop - Or connect your Git repository for automatic deployments
npm run build
# Deploy via Vercel CLI or dashboardnpm run build
# Push dist folder to gh-pages branch- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Email: vishnu.k@spcjr.edu.in
- LinkedIn: kasireddy-vishnu-vardhan-reddy
- GitHub: kasireddyvishnuvardhanreddy
This project is open source and available for personal use.
Built with ❤️ using React, Vite & Tailwind CSS v4