Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
9a3a6f40d3 |
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user