Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).