Compare commits

..

No commits in common. "fcfc84871959ff9ea6aa32abcd7f942e36a1ba64" and "5209923a5eeca7b10fd60744cb4c020c196f6bda" have entirely different histories.

View File

@ -1,34 +1,18 @@
This is my attempt at a ecommerce site selling wine. This is my attempt at a ecommerce site selling wine.
Stack: Created with t3-app using:
- nextjs - nextjs
- tailwind - tailwind
- drizzle - drizzle
- postgres - postgres
- zod
- zustand
- clerk
TODO (in no particular order for now): TODO (in no particular order for now):
- [] State management - [] Top nav
- [] Filter Menu
- [] Populate filter menues
- [] Search bar
- [] Filter logic
- [x] define (and draw?) db schema (initial) - [x] define (and draw?) db schema (initial)
- [] define final schema - [] side product nav
- [] region
- [] country
- [] price
- [] company burger/accordian
- [] product cards - [] product cards
- [] cart - [] cart
- [] auth & login - [] auth & login
- [] user profile page - [] user profile page
- [] admin dashboad