Skip to content

TerminatorSS24/Portfolio

Repository files navigation

🚀 Subhraneel Saha — Developer Portfolio

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

screenshot


🛠️ Tech Stack

  • ⚛️ 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

📂 Project Structure

├── 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

✨ Features

  • 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.txt and meta tags

🖼️ Screenshots

screenshot1 screenshot2


📦 Installation & Development

To run locally:

Clone the repository

git clone https://github.com/TerminatorSS24/Portfolio.git cd Portfolio

Install dependencies

npm install

Start the development server

npm run dev


🙌 Acknowledgements


About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages