e-commerce storefront with db, admin panel etc.
https://wine-shop-eta.vercel.app/
ChrQR
0bab29653a
All checks were successful
Vercel Production Deployment / Deploy-Production (push) Successful in 1m25s
|
||
---|---|---|
.gitea/workflows | ||
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
components.json | ||
drizzle.config.ts | ||
next.config.js | ||
package-lock.json | ||
package.json | ||
postcss.config.cjs | ||
prettier.config.js | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json |
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
-
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