Welcome to my personal developer portfolio — a fully responsive, interactive, and modern SPA (Single Page Application) built with React, TypeScript, and Framer Motion. This site showcases who I am, what I’ve built, and what I bring to the table as a software developer.
- Framework: React + TypeScript
- Styling: Tailwind CSS
- Animation: Framer Motion
- Build Tooling: Vite
- Hosting: GitHub Pages / Vercel / Netlify (depending on where you host it)
- 🎯 Smooth scrolling SPA navigation
- 🧠 Animated hero text with
FlipWordscomponent - 💻 Responsive design for mobile, tablet, and desktop
- ✨ Modular section-based structure (Hero, About, Projects, etc.)
- 🌊 Themed with a custom underwater color palette
- 🔗 Easily extendable with new sections or animations
├── public/
├── src/
│ ├── sections/ # Hero, About, Projects, etc.
│ ├── ui/ # Reusable UI components (FlipWords, etc.)
│ ├── assets/ # Static assets like icons, images
│ └── styles/ # Tailwind & global CSS
├── App.tsx # Main app layout
└── index.tsx # Entry pointTo run the portfolio locally:
git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-name
npm install
npm run dev
Want to collaborate or work together? Let’s talk!
-
📧 Email: manish.n.gond@gmail.com
-
🌐 Website: yourdomain.com
-
🐦 Twitter: @musicbymaxin
-
💼 LinkedIn: linkedin.com/in/ManishGond
This project is open-source and available under the MIT License.