updated project.js to include wineshop
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m27s

This commit is contained in:
christian 2024-05-24 12:09:27 +02:00
parent c9467a6669
commit 3d91f17feb

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,