Skip to content

Latest commit

Β 

History

History
82 lines (59 loc) Β· 2.33 KB

File metadata and controls

82 lines (59 loc) Β· 2.33 KB

πŸš€ 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