JamStack-Ecommerce-App 🎉
A simple ecommerce app made with Sanity, Nextjs, Tailwind and Typescript
List of features
- Search and sort products
- Fully functional checkout process using Stripe in testing mode
- Login to Sanity Cms to add event more products
- Full responsive & intuitive UI built with Tailwind
Alternate Theme @
💻 Super Simple Setup 💾
💾 install
npm install / npm i
📀 run it
npm run dev
💻 Set & Add your Global SiteConfig
export const siteConfig = {
name: "Geekstuff ",
description:
"Geekstuff is a name that conveys a sense of expertise and knowledge in the realm of lifestyle, home, and travel goods.",
footer: [
{ name: "Home", href: "/" },
{ name: "About", href: "#" },
{ name: "Terms & Conditions", href: "#" },
{ name: "Shipping & Return Policy", href: "#" },
{ name: "Privacy Policy", href: "#" },
{ name: "FAQ", href: "#" },
],
}