https://github.com/achmadya-dev/portfolio-projects
Personal portfolio website built with TanStack Start, React 19, and Tailwind CSS v4
https://github.com/achmadya-dev/portfolio-projects
Last synced: 7 days ago
JSON representation
Personal portfolio website built with TanStack Start, React 19, and Tailwind CSS v4
- Host: GitHub
- URL: https://github.com/achmadya-dev/portfolio-projects
- Owner: achmadya-dev
- Created: 2026-06-08T14:00:01.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2026-06-08T23:41:19.000Z (12 days ago)
- Last Synced: 2026-06-09T01:10:22.176Z (12 days ago)
- Language: TypeScript
- Homepage: https://madya.vercel.app
- Size: 7.89 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Website
Website portofolio pribadi yang dibangun dengan TanStack Start, React 19, dan Tailwind CSS v4.
## Quick Start
```bash
bun install
bun dev
```
Buka http://localhost:3000
## Kustomisasi
**Konten** — edit `src/features/portfolio/portfolio.data.ts`:
- Nama, role, bio, proyek, email, link sosial
**Asset gambar (opsional)** — simpan di `public/` lalu set path di `portfolio.data.ts`:
```ts
avatar: "/images/profile/avatar.jpg",
projects: [{ ..., image: "/images/projects/my-app.png" }],
```
Tanpa gambar, situs tetap berjalan (gradient hero + inisial nama).
Update SEO di `src/utils/seo.ts` (`SITE_URL`, `DEFAULT_SITE_NAME`).
## Scripts
| Command | Description |
|---------|-------------|
| `bun run dev` | Dev server |
| `bun run build` | Production build |
| `bun run start` | Start production server |
| `bun run docker:build` | Build Docker image |
| `bun run check` | Lint check |
| `bun run fix` | Auto-fix lint |
## Struktur
```
src/
routes/ # Halaman (/)
features/
portfolio/ # Data & komponen portofolio
landing/ # Section & tech stack marquee
components/ui/ # UI primitives
```
## License
MIT