From aa236b71222331a29ec62190d66b173e656fde8f Mon Sep 17 00:00:00 2001 From: ChrQR Date: Tue, 28 May 2024 23:04:29 +0200 Subject: [PATCH] typo --- src/lib/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/projects.js b/src/lib/projects.js index 71c550f..f60e6c5 100644 --- a/src/lib/projects.js +++ b/src/lib/projects.js @@ -46,7 +46,7 @@ export const projects = [ title: 'Online Wine Shop.', url: 'https://wine-shop-eta.vercel.app/', 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 doing my best to implement progressive inhancement in forms with cool hooks like useActionState and explore caching and the prevention of caching in nextjs and vercel. 🤷", + "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 enhancement in forms with cool hooks like useActionState and explore caching and the prevention of caching in nextjs and vercel. 🤷", repo: 'https://gitea.rannes.dev/rannes.dev/wine-shop', rss: 'https://gitea.rannes.dev/rannes.dev/wine-shop.rss', image: '',