diff --git a/content/portfolio/arthome.md b/content/portfolio/arthome.md new file mode 100644 index 0000000..6fb7ed5 --- /dev/null +++ b/content/portfolio/arthome.md @@ -0,0 +1,25 @@ +--- +slug: arthome +title: ArtHome +description: 🏡 ArtHome - Your personalised home page in your browser +publishedAt: 2024/09/04 +readingTime: 1 +cover: arthome/cover.png +tags: + - project + - dev +--- + +[ArtHome](https://home.arthurdanjou.fr) is a personalised page where you can create categories and tabs to have a one page with all your shortcuts on all browsers. + +You can customize your tabs and categories with different colors and icons. Feel free to set your page in private if you want to keep secret your tabs. + +Made with: + +- [Nuxt](https://nuxt.com): Nuxt is an **open source framework** that makes web development intuitive and powerful.Create performant and production-grade full-stack web apps and websites with confidence. +- [NuxtHub](https://hub.nuxt.com): Deploy and scale your Nuxt applications worldwide with NuxtHub, the Cloudflare-powered platform that ensures lightning-fast performance at low cost and with full-stack capabilities. +- [NuxtUI](https://ui.nuxt.com): Nuxt UI simplifies the creation of stunning and responsive web applications with itscomprehensive collections of fully styled and customizable UI components designed for Nuxt. +- [Eslint](https://eslint.org): ESLint is an open source project that helps you find and fix problems with your JavaScript code. +- [Drizzle](https://orm.drizzle.team/): Drizzle ORM is a headless TypeScript ORM with a head +- [Zod](https://zod.dev/): TypeScript-first schema validation with static type inference +- and ❤️ diff --git a/public/portfolio/arthome/.gitkeep b/public/portfolio/arthome/.gitkeep new file mode 100644 index 0000000..7e6d78b --- /dev/null +++ b/public/portfolio/arthome/.gitkeep @@ -0,0 +1 @@ +# This is a placeholder file to keep this folder in your repository. \ No newline at end of file diff --git a/public/portfolio/arthome/cover.png b/public/portfolio/arthome/cover.png new file mode 100644 index 0000000..14f0df1 Binary files /dev/null and b/public/portfolio/arthome/cover.png differ