Skip to content

000bachir/Sveltekit-Cart

Repository files navigation

🛒 SvelteKit Universal Cart

A universal shopping cart built with SvelteKit, JavaScript, and TailwindCSS.
This project demonstrates how to use Svelte stores effectively and leverage localStorage to persist cart items across sessions — all while keeping the codebase simple, fast, and responsive.


🌐 Live Demo

🔗 View Project on Netlify


⚙️ Tech Stack

  • SvelteKit – modern framework for building fast web apps
  • JavaScript – for cart logic and reactivity
  • TailwindCSS – for responsive and elegant UI styling
  • Netlify – for seamless deployment and hosting

🧠 Features

  • Persistent cart using localStorage
  • Reactive global state via Svelte writable stores
  • Clean and modular component structure
  • Fully responsive design
  • Fast build and deployment setup with Netlify

🚀 Getting Started

Clone the repository and install dependencies:

git clone https://github.com/000bachir/Sveltekit-Cart.git
cd sveltekit-universal-cart
npm install
npm run dev

About

A universal shopping cart built with SvelteKit, JavaScript, and TailwindCSS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published