Skip to content

U7ama/luxe-store

Repository files navigation

Luxe

A responsive e-commerce site built with:

  • Client: TypeScript, Next.js, Zustand, Mantine

Demo

What I learned

  • Implementing Next.js features:
    • getStaticPaths with getStaticProps
    • getServerSideProps
    • Image optimization with Next.js Image Component
  • Using Zustand for global state management and its Persist middleware
  • Basic animation with Framer Motion

Further Improvements

  • Store wishlist and cart data in the database instead of localStorage
  • Add end-to-end and integration tests

Run Locally

  • Clone repo
  git clone https://github.com/U7ama/luxe-store.git
  npm install
  npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published