A modern, responsive portfolio website built with React, Vite, and Tailwind CSS. This website showcases my professional experience, projects, and skills as a Computer Science Engineering student.
- 🎨 Modern and clean UI design
- 📱 Fully responsive layout
- ⚡ Fast performance with Vite
- 🎭 Smooth animations with Framer Motion
- 📝 Interactive resume section
- 🚀 Project showcase with detailed information
- 📬 Contact form for easy communication
- 🔗 Social media integration
- React 18
- TypeScript
- Vite
- Tailwind CSS
- Framer Motion
- React Router DOM
- Hero Icons
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/sivajeyabalan/portfolio.git
cd portfolio
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm run dev
# or
yarn dev
- Open your browser and navigate to
http://localhost:5173
src/
├── components/ # Reusable components
├── pages/ # Page components
├── assets/ # Static assets (images, etc.)
└── styles/ # Global styles
- Update personal information in the respective components
- Add your own projects in the
Projects.tsx
file - Modify the color scheme in
tailwind.config.js
- Add your resume PDF file to the
public
directory
The website can be deployed to any static hosting service like Vercel, Netlify, or GitHub Pages.
This project is licensed under the MIT License - see the LICENSE file for details.
Sivajeyabalan S
- Email: [email protected]
- LinkedIn: Sivajeyabalan S
- GitHub: sivajeyabalan