{"id":25317466,"url":"https://github.com/devhabeeblateef/ecommerce-website-fullstack","last_synced_at":"2025-07-14T08:05:20.524Z","repository":{"id":263130234,"uuid":"881584418","full_name":"devhabeeblateef/ecommerce-website-fullstack","owner":"devhabeeblateef","description":"Ecommerce website fully integrated with Next 15, Sanity, React 19, Shadcn, Tailwind, Clerk Auth(Passkeys, Gmail Auth), Stripe for payments, Zustand and Typescript","archived":false,"fork":false,"pushed_at":"2025-05-01T01:35:42.000Z","size":508,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"newbranch","last_synced_at":"2025-06-21T17:03:27.804Z","etag":null,"topics":["clerkauth","react","react19","sanity","shadcn","shadcn-ui","zustand"],"latest_commit_sha":null,"homepage":"https://ecommerce-app-ecru-nu.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devhabeeblateef.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-31T21:31:24.000Z","updated_at":"2025-05-01T01:40:19.000Z","dependencies_parsed_at":"2024-11-16T12:28:25.150Z","dependency_job_id":"6772918a-fd15-4905-9825-9f8a3e06a850","html_url":"https://github.com/devhabeeblateef/ecommerce-website-fullstack","commit_stats":null,"previous_names":["devhabeeblateef/ecommerce-website-fullstack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devhabeeblateef/ecommerce-website-fullstack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-website-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-website-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-website-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-website-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devhabeeblateef","download_url":"https://codeload.github.com/devhabeeblateef/ecommerce-website-fullstack/tar.gz/refs/heads/newbranch","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhabeeblateef%2Fecommerce-website-fullstack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265262472,"owners_count":23736408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clerkauth","react","react19","sanity","shadcn","shadcn-ui","zustand"],"created_at":"2025-02-13T19:38:23.627Z","updated_at":"2025-07-14T08:05:20.498Z","avatar_url":"https://github.com/devhabeeblateef.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerce Website\n\nThis is a fully-featured, modern e-commerce web application built with cutting-edge technologies, providing a seamless shopping experience.\n\n## 🚀 Features\n\n- **Frontend Framework**: Next.js 15  \n- **CMS**: Sanity.io  \n- **React**: React 19  \n- **Component Library**: ShadCN  \n- **Styling**: Tailwind CSS  \n- **Authentication**: Clerk Auth (Passkeys, Gmail Auth)  \n- **Payment Gateway**: Stripe  \n- **State Management**: Zustand  \n- **Language**: TypeScript  \n\n## 🌐 Live Demo  \nExplore the live version of the application:  \n[E-Commerce App](https://ecommerce-app-ecru-nu.vercel.app/)\n\n## 🛠️ Installation Instructions\n\nFollow these steps to set up the project locally:\n\n### 1. Clone the Repository\n```bash\ngit clone \u003crepository-url\u003e\ncd ecommerce-project\n```\n\n### 2. Navigate to the Client Directory\n```bash\ncd client\n```\n\n### 3. Install Dependencies\nMake sure you have `npm` or `yarn` installed. Run:\n```bash\nnpm install\n# or\nyarn install\n```\n\n### 4. Set Environment Variables\nCreate a `.env.local` file in the `client/` directory and configure the following variables:\n\n```env\nNEXT_PUBLIC_SANITY_PROJECT_ID=your_sanity_project_id\nNEXT_PUBLIC_CLERK_FRONTEND_API=your_clerk_frontend_api\nNEXT_PUBLIC_STRIPE_PUBLIC_KEY=your_stripe_public_key\n\nCLERK_API_KEY=your_clerk_api_key\nSTRIPE_SECRET_KEY=your_stripe_secret_key\nSANITY_DATASET=your_sanity_dataset\nSANITY_PROJECT_ID=your_sanity_project_id\nSANITY_API_TOKEN=your_sanity_api_token\n```\n\n### 5. Start the Development Server\nRun the following command to start the application locally:\n```bash\nnpm run dev\n# or\nyarn dev\n```\n\nThe app will be available at `http://localhost:3000`.\n\n### 6. Build for Production\nTo build the application for production, run:\n```bash\nnpm run build\n# or\nyarn build\n```\n\n### 7. Deployment\nThe application is ready to deploy to platforms like Vercel or Netlify.  \n\n## 📚 Tech Stack\n\n- **Frontend**: Next.js, React, Tailwind CSS  \n- **Backend**: Sanity.io for CMS  \n- **Authentication**: Clerk Auth  \n- **Payments**: Stripe  \n- **State Management**: Zustand  \n- **Language**: TypeScript  \n\n## 🧪 Testing\nYou can use the demo link to test authentication, explore the product catalog, and process payments using test cards provided by Stripe.\n\n## 🤝 Contributing\nContributions are welcome! If you have suggestions or want to report an issue, feel free to open an issue or submit a pull request.\n\n---\n\n**Happy Coding!** 🛍️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhabeeblateef%2Fecommerce-website-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevhabeeblateef%2Fecommerce-website-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhabeeblateef%2Fecommerce-website-fullstack/lists"}