Compare commits

...

1 Commits

Author SHA1 Message Date
9a3a6f40d3 updated project.js with wine shop
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m52s
2024-05-24 12:06:51 +02:00

View File

@ -43,12 +43,12 @@ export const projects = [
}, },
{ {
category: 'nextjs', category: 'nextjs',
title: 'Scaffolding the next project.', title: 'Online Wine Shop.',
url: 'https://titles-psi.vercel.app/', url: 'https://wine-shop-eta.vercel.app/',
description: description:
'I am exploring different librarys for ui, auth, ORM etc. for my next project. This time it is deployed to vercel, but I am still using workflows.', `To get more familiar with forms, sql and postgres I am building a online wineshop 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)`,
repo: 'https://gitea.rannes.dev/rannes.dev/titles', repo: 'https://gitea.rannes.dev/rannes.dev/wine-shop',
rss: 'https://gitea.rannes.dev/rannes.dev/titles.rss', rss: 'https://gitea.rannes.dev/rannes.dev/wine-shop.rss',
image: '', image: '',
vendors: [ vendors: [
{ {
@ -61,16 +61,6 @@ export const projects = [
img: nextjsIcon, img: nextjsIcon,
url: 'https://nextjs.org/' url: 'https://nextjs.org/'
}, },
{
name: 'Auth.js',
img: authjsIcon,
url: 'https://authjs.dev/'
},
{
name: 'Nextui',
img: nextuiIcon,
url: 'https://nextui.org/'
},
{ {
name: 'Tailwind', name: 'Tailwind',
img: tailwindIcon, img: tailwindIcon,