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


