š 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