Skip to content

sivajeyabalan/portFolio

Repository files navigation

Personal Portfolio Website

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.

Features

  • 🎨 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

Technologies Used

  • React 18
  • TypeScript
  • Vite
  • Tailwind CSS
  • Framer Motion
  • React Router DOM
  • Hero Icons

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
git clone https://github.com/sivajeyabalan/portfolio.git
cd portfolio
  1. Install dependencies:
npm install
# or
yarn install
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open your browser and navigate to http://localhost:5173

Project Structure

src/
├── components/     # Reusable components
├── pages/         # Page components
├── assets/        # Static assets (images, etc.)
└── styles/        # Global styles

Customization

  1. Update personal information in the respective components
  2. Add your own projects in the Projects.tsx file
  3. Modify the color scheme in tailwind.config.js
  4. Add your resume PDF file to the public directory

Deployment

The website can be deployed to any static hosting service like Vercel, Netlify, or GitHub Pages.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Sivajeyabalan S

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published