https://github.com/leerob/next-minimal-store
Minimal ecommerce store built with Next.js, inspired by yeezy.com.
https://github.com/leerob/next-minimal-store
framer-motion nextjs shadcn-ui tailwindcss
Last synced: 7 months ago
JSON representation
Minimal ecommerce store built with Next.js, inspired by yeezy.com.
- Host: GitHub
- URL: https://github.com/leerob/next-minimal-store
- Owner: leerob
- Created: 2024-12-30T14:53:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-30T18:57:11.000Z (12 months ago)
- Last Synced: 2025-02-06T13:12:33.188Z (11 months ago)
- Topics: framer-motion, nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://nextzy.vercel.app
- Size: 49.8 KB
- Stars: 322
- Watchers: 4
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-shadcnui - Github
README
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fleerob%2Fnextzy)
# Nextzy - Minimal Ecommerce Store with Next.js
This is a clone of the Yeezy store built with Next.js, Tailwind CSS, shadcn/ui, and Motion.
Product images were generated with Midjourney.
## Features
- Animations (with Motion) when transitioning between states
- URL updates when viewing products or returning to the list
- Navigation works with browser back button and `esc` key
- Proper viewport sizing for all devices (including iOS Safari)
## Credit
- [yeezy.com](https://yeezy.com) for design and inspiration
- [@mds](https://x.com/mds/status/1872040592383025516)
- [@moore](https://x.com/Moore/status/1872047802441949581)
## Performance

## Other Resources
- Want to hook up the cart to Shopify with optimistic UI? Check out [Next.js Commerce](https://github.com/vercel/commerce).
- Want to hook up the cart to Stripe? Check out my [SaaS Starter](https://github.com/leerob/next-saas-starter).