https://github.com/manishgond/portfolio
Welcome to my personal developer portfolio — a fully responsive, interactive, and modern SPA (Single Page Application)
https://github.com/manishgond/portfolio
aceternity-ui magicui portfolio reactjs three-js typescript vitejs
Last synced: about 2 months ago
JSON representation
Welcome to my personal developer portfolio — a fully responsive, interactive, and modern SPA (Single Page Application)
- Host: GitHub
- URL: https://github.com/manishgond/portfolio
- Owner: ManishGond
- Created: 2025-07-24T03:13:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-24T03:41:45.000Z (11 months ago)
- Last Synced: 2025-07-24T06:52:04.871Z (11 months ago)
- Topics: aceternity-ui, magicui, portfolio, reactjs, three-js, typescript, vitejs
- Language: TypeScript
- Homepage: https://manishgond-portfolio.vercel.app/
- Size: 18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manish Gond [Portfolio]
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.

---
## 🚀 Tech Stack
- **Framework**: [React](https://reactjs.org/) + [TypeScript](https://www.typescriptlang.org/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)
- **Animation**: [Framer Motion](https://www.framer.com/motion/)
- **Build Tooling**: Vite
- **Hosting**: GitHub Pages / Vercel / Netlify *(depending on where you host it)*
---
## 📌 Features
- 🎯 Smooth scrolling SPA navigation
- 🧠 Animated hero text with `FlipWords` component
- 💻 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
---
## 🧾 Folder Structure
```bash
├── 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 point
```
---
## 🛠️ Running Locally
To run the portfolio locally:
```bash
git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-name
npm install
npm run dev
```
## 📬 Contact Me
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
## 📄 License
This project is open-source and available under the MIT License.