tadeasf / ShopNest

SvelteShop: A dynamic e-commerce platform powered by Svelte and Stripe, enabling users to seamlessly search, add to cart, preview, adjust, and securely pay for products.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShopNest

ShopNest is an e-commerce website built using Svelte, where users can browse products, add items to their cart, remove items from the cart, and proceed to payment.

Getting Started

Prerequisites

Make sure you have the following tools installed on your machine:

  • Node.js
  • pnpm (to install it globally, run npm install -g pnpm)
  • [Stripe] rename the file .env.example to .env and edit the secret key

Installation

  1. Clone the repository:

    git clone https://github.com/Nassefferjeni/ShopNest.git
    
  2. Navigate to the project directory:

    cd shotNest
  3. Install dependencies using pnpm:

    pnpm install

Development

To run the development server:

pnpm dev

Open http://localhost:5173 in your browser to view the app.

About

SvelteShop: A dynamic e-commerce platform powered by Svelte and Stripe, enabling users to seamlessly search, add to cart, preview, adjust, and securely pay for products.


Languages

Language:TypeScript 41.1%Language:Svelte 36.3%Language:JavaScript 17.0%Language:HTML 4.6%Language:CSS 1.0%