An open API service indexing awesome lists of open source software.

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)

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.

image

---

## 🚀 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.