Skip to content

shekhtausif8090/portfolio-site

Repository files navigation

Portfolio Site - Shekh Tausif

A modern, responsive portfolio website built with React, Vite, and Tailwind CSS.

🚀 Getting Started

Prerequisites

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

Installation

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open your browser and visit http://localhost:5173

Build for Production

npm run build

The built files will be in the dist folder.

Preview Production Build

npm run preview

🛠️ Tech Stack

  • React 18 - UI library
  • Vite - Build tool and dev server
  • Tailwind CSS - Utility-first CSS framework
  • Lucide React - Beautiful icon library

📁 Project Structure

src/
├── components/
│   ├── Hero.jsx         # Landing section with contact info
│   ├── Summary.jsx      # Professional summary
│   ├── Skills.jsx       # Technical skills
│   ├── Experience.jsx   # Work experience
│   ├── Education.jsx    # Educational background
│   ├── Projects.jsx     # Featured projects
│   └── Footer.jsx       # Footer with social links
├── App.jsx              # Main app component
├── main.jsx             # React entry point
└── index.css            # Global styles

✨ Features

  • Fully responsive design
  • Modern gradient backgrounds
  • Smooth hover animations
  • Accessible components
  • SEO-friendly
  • Performance optimized

🎨 Customization

To customize the portfolio with your own information, edit the component files in the src/components directory.

📄 License

MIT License - feel free to use this template for your own portfolio!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors