wine-shop/README.md
2024-05-25 22:13:47 +02:00

35 lines
511 B
Markdown

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