updated project description
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m16s

This commit is contained in:
ChrQR 2024-05-28 22:55:09 +02:00
parent ec835c000b
commit 5d0a7d1c77

View File

@ -46,7 +46,7 @@ export const projects = [
title: 'Online Wine Shop.', title: 'Online Wine Shop.',
url: 'https://wine-shop-eta.vercel.app/', url: 'https://wine-shop-eta.vercel.app/',
description: description:
"To get practical experience with forms, databases, queries and states I want to build a online wine shop for my friend Ketil (that he didn't ask for). Besides the current technologies, I plan to implement Clerk or Auth.js for auth, and Zustand for state management if neccesary (Something tells me it's needed at least for cart) I am using Next.js 15 RC0 and React 19 RC to do forms in cool ways like <code class='dark:bg-slate-800 bg-stone-300 rounded p-1'>useActionState</code> and figure out some way to limit the caching in next.js 🤷", "To get practical experience with forms, databases, queries and states I want to build a online wine shop for my friend Ketil (that he didn't ask for). Besides the current technologies, I plan to implement Clerk or Auth.js for auth, and Zustand for state management if neccesary (Something tells me it's needed at least for cart) I am doing my best to implement progressive inhancement in forms with cool hooks like <code class='dark:bg-slate-800 bg-stone-300 rounded p-1'>useActionState</code> and explore caching and the prevention of caching in nextjs and vercel. 🤷",
repo: 'https://gitea.rannes.dev/rannes.dev/wine-shop', repo: 'https://gitea.rannes.dev/rannes.dev/wine-shop',
rss: 'https://gitea.rannes.dev/rannes.dev/wine-shop.rss', rss: 'https://gitea.rannes.dev/rannes.dev/wine-shop.rss',
image: '', image: '',