From 02769e3e151f54c79b11440a771068844e5c8956 Mon Sep 17 00:00:00 2001 From: christian Date: Sat, 25 May 2024 22:13:47 +0200 Subject: [PATCH] updated readme --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29b649f..e9d68e6 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,34 @@ This is my attempt at a ecommerce site selling wine. -Created with t3-app using: +Stack: - nextjs - tailwind - drizzle - postgres +- zod +- zustand +- clerk TODO (in no particular order for now): -- [] Top nav +- [] State management +- [] Filter Menu + + - [] Populate filter menues + - [] Search bar + - [] Filter logic + - [x] define (and draw?) db schema (initial) -- [] side product nav +- [] define final schema + + - [] region + - [] country + - [] price + +- [] company burger/accordian - [] product cards - [] cart - [] auth & login - [] user profile page +- [] admin dashboad