https://github.com/swamimalode07/swamii.me
Minimal Portfolio with subtle micro-animations
https://github.com/swamimalode07/swamii.me
framer-motion javascript nextjs react tailwindcss
Last synced: 15 days ago
JSON representation
Minimal Portfolio with subtle micro-animations
- Host: GitHub
- URL: https://github.com/swamimalode07/swamii.me
- Owner: swamimalode07
- License: mit
- Created: 2025-09-09T18:35:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-06-17T11:47:59.000Z (21 days ago)
- Last Synced: 2026-06-17T13:26:42.281Z (21 days ago)
- Topics: framer-motion, javascript, nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://swamii.me
- Size: 41.4 MB
- Stars: 27
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swami's Portfolio
[swamii.me](https://swamii.me) – A personal portfolio to showcase my work, projects, and UI/UX designs as a Full Stack Developer and Design Engineer.
---
## Screenshot

---
## Overview
This is a minimal, modern, and responsive portfolio built with the latest web technologies. It includes:
- Portfolio showcase
- Component registry for reusable UI elements (coming soon)
- SEO & PWA support
---
## Live Site
Check it out: [swamii.me](https://swamii.me)
---
## Github Stars
[](https://repostars.dev/?repos=swamimalode07%2Fswamii.me&theme=synthwave)
---
## Tech Stack
- **Framework:** Next.js 15 + TypeScript
- **Styling:** Tailwind CSS v4
- **Deployment:** Vercel
- **Icons:** Lucide
- **Animations:** Framer Motion
---
## Features
- **Clean & Modern Design**
- **SEO Optimized**
- **PWA Ready**
- **Dynamic OG Images**: For rich social previews
- **Component Registry**: Easily showcase and document reusable components
---
## Development
To run locally:
```bash
# Clone the repo
git clone https://github.com/swamimalode07/swamii.me.git
cd swamii.me
# Install dependencies
npm install
# Run development server
npm run dev