Updated wine store project description and vendor icons.
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m23s
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m23s
This commit is contained in:
parent
3d91f17feb
commit
ec835c000b
BIN
src/lib/images/vendorIcons/shadcnIcon.png
Normal file
BIN
src/lib/images/vendorIcons/shadcnIcon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
src/lib/images/vendorIcons/zustandIcon.png
Normal file
BIN
src/lib/images/vendorIcons/zustandIcon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
@ -4,9 +4,9 @@ import vercelIcon from '$lib/images/vendorIcons/vercelIcon.svg';
|
|||||||
import flowbiteSvelteIcon from '$lib/images/vendorIcons/flowbiteSvelteIcon.svg';
|
import flowbiteSvelteIcon from '$lib/images/vendorIcons/flowbiteSvelteIcon.svg';
|
||||||
import reactIcon from '$lib/images/vendorIcons/reactIcon.svg';
|
import reactIcon from '$lib/images/vendorIcons/reactIcon.svg';
|
||||||
import nextjsIcon from '$lib/images/vendorIcons/nextjsIcon.svg';
|
import nextjsIcon from '$lib/images/vendorIcons/nextjsIcon.svg';
|
||||||
import nextuiIcon from '$lib/images/vendorIcons/nextuiIcon.png';
|
|
||||||
import authjsIcon from '$lib/images/vendorIcons/authjsIcon.webp';
|
|
||||||
import drizzleIcon from '$lib/images/vendorIcons/drizzleIcon.webp';
|
import drizzleIcon from '$lib/images/vendorIcons/drizzleIcon.webp';
|
||||||
|
import zustandIcon from '$lib/images/vendorIcons/zustandIcon.png';
|
||||||
|
import shadcnIcon from '$lib/images/vendorIcons/shadcnIcon.png';
|
||||||
|
|
||||||
export const projects = [
|
export const projects = [
|
||||||
{
|
{
|
||||||
@ -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 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)`,
|
"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 🤷",
|
||||||
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: '',
|
||||||
@ -71,6 +71,16 @@ export const projects = [
|
|||||||
img: drizzleIcon,
|
img: drizzleIcon,
|
||||||
url: 'https://orm.drizzle.team/'
|
url: 'https://orm.drizzle.team/'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Zustand',
|
||||||
|
img: zustandIcon,
|
||||||
|
url: 'https://zustand-demo.pmnd.rs/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Shadcn',
|
||||||
|
img: shadcnIcon,
|
||||||
|
url: 'https://ui.shadcn.com/'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Vercel',
|
name: 'Vercel',
|
||||||
img: vercelIcon,
|
img: vercelIcon,
|
||||||
|
Loading…
Reference in New Issue
Block a user