https://github.com/fjrfthrrhmn/myportfolio.next
👀 Simple portfolio for Developer built with React, Next.js, and TailwindCSS.
https://github.com/fjrfthrrhmn/myportfolio.next
fjrfthrrhmn nextjs portfolio react tailwdindcss
Last synced: 2 months ago
JSON representation
👀 Simple portfolio for Developer built with React, Next.js, and TailwindCSS.
- Host: GitHub
- URL: https://github.com/fjrfthrrhmn/myportfolio.next
- Owner: fjrfthrrhmn
- Created: 2025-05-04T06:15:44.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-19T11:31:08.000Z (about 1 year ago)
- Last Synced: 2026-04-17T05:37:25.042Z (3 months ago)
- Topics: fjrfthrrhmn, nextjs, portfolio, react, tailwdindcss
- Language: TypeScript
- Homepage: https://portfolio-v1-ten-lyart.vercel.app
- Size: 6.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧑💻 Developer Portfolio
A simple and performant portfolio website built with [Next.js](https://nextjs.org/) and [Tailwind CSS](https://tailwindcss.com/). Designed to be fast, SEO-friendly, and easy to customize. Perfect for showcasing your skills, experience, and projects as a developer.
## ✨ Features
- 🚀 Built with **Next.js** for performance and SEO
- 💨 Styled using **Tailwind CSS**
- 🌐 Fully responsive and mobile-friendly
- 🔍 SEO optimized with proper meta tags
- 📁 Easy to maintain and customize
---
## 📦 Getting Started
To get started with development, follow these steps:
```bash
# Clone the repository
git clone https://github.com/fjrfathurrahman/Portfolio-v1.git
# Navigate to the project directory
cd your-repo-name
# Install dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install
# Start the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev