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

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

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
![Portfolio Screenshot](public/official/opengraphh.jpg)

---

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

[![RepoStars](https://repostars.dev/api/embed?repo=swamimalode07%2Fswamii.me&theme=synthwave)](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