Welcome to the source code of my personal developer portfolio website β a modern, responsive, and performance-focused site built with React, TypeScript, Tailwind CSS, and Vite.
π Live Site: space-of-subhraneel.vercel.app
- βοΈ React (with functional components)
- π¦ TypeScript
- π¬οΈ Tailwind CSS for sleek, utility-first styling
- β‘ Vite for ultra-fast development
- π PostCSS for advanced CSS processing
- π§Ή ESLint + Prettier for code linting and formatting
βββ public/ # Static files
βββ src/
β βββ assets/ # Images, logos, resume
β βββ components/ # Reusable React components (Navbar, Hero, Skills, etc.)
β βββ hooks/ # Custom React hooks
β βββ lib/ # Utility libraries or helpers
β βββ pages/ # Page-level components
β βββ App.tsx # Root component
β βββ main.tsx # Entry point
βββ index.html
βββ tailwind.config.ts # Tailwind configuration
βββ vite.config.ts # Vite configuration
βββ tsconfig.json # TypeScript configuration
- Responsive design (mobile-first)
- Hero section with typing animation
- About Me & Skills section with parallax tilt effects
- Projects showcase with interactive cards
- Contact section with working mail links
- User can be able to send mails via emailJS
- Resume downloadable via button
- SEO friendly
robots.txtand meta tags
To run locally:
git clone https://github.com/TerminatorSS24/Portfolio.git
cd Portfolio
npm install
npm run dev


