mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
29 lines
1.5 KiB
Markdown
29 lines
1.5 KiB
Markdown
---
|
|
slug: arthome
|
|
title: ArtHome - Browser Homepage
|
|
type: Personal Project
|
|
description: A customizable browser homepage that lets you organize all your favorite links in one place with categories, tabs, icons and colors.
|
|
publishedAt: 2024-09-04
|
|
readingTime: 1
|
|
status: Archived
|
|
tags:
|
|
- Nuxt
|
|
- Vue.js
|
|
- Web
|
|
- Productivity
|
|
icon: i-ph-house-duotone
|
|
---
|
|
|
|
[**ArtHome**](https://go.arthurdanjou.fr/arthome) is a customizable browser homepage that lets you organize all your favorite links in one place.
|
|
|
|
Create categories and tabs to group your shortcuts, personalize them with icons and colors, and make the page private if you want to keep your links just for yourself. The interface is clean, responsive, and works across all modern browsers.
|
|
|
|
## 🛠️ Technology Stack
|
|
|
|
- **[Nuxt](https://nuxt.com)**: An open-source framework for building performant, full-stack web applications with Vue.
|
|
- **[NuxtHub](https://hub.nuxt.com)**: A Cloudflare-powered platform to deploy and scale Nuxt apps globally with minimal latency and full-stack capabilities.
|
|
- **[NuxtUI](https://ui.nuxt.com)**: A sleek and flexible component library that helps create beautiful, responsive UIs for Nuxt applications.
|
|
- **[ESLint](https://eslint.org)**: A linter that identifies and fixes problems in your JavaScript/TypeScript code.
|
|
- **[Drizzle ORM](https://orm.drizzle.team/)**: A lightweight, type-safe ORM built for TypeScript, designed for simplicity and performance.
|
|
- **[Zod](https://zod.dev/)**: A TypeScript-first schema declaration and validation library with full static type inference.
|