Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 19 hours 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 (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-30T18:57:11.000Z (24 days ago)
- Last Synced: 2025-01-16T10:48:20.533Z (8 days ago)
- Topics: framer-motion, nextjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://nextzy.vercel.app
- Size: 49.8 KB
- Stars: 284
- Watchers: 4
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Deploy with Vercel](https://vercel.com/button)](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
![Lighthouse Scores](https://github.com/user-attachments/assets/2200524a-6d85-480b-a523-cc0b8b4a681d)
## 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).