wine-shop/README.md

35 lines
511 B
Markdown
Raw Permalink Normal View History

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