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

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.

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