@ravishranjan/cart 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/package.json +1 -1
package/README.md
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
# @ravishranjan/cart
|
2
|
+
|
3
|
+
A **native frontend cart system** with optional React hooks.
|
4
|
+
- Works in **any JavaScript app** (vanilla JS, Vue, Svelte, etc.)
|
5
|
+
- Provides **React hooks** for easy integration in React apps
|
6
|
+
- Stores cart data in **localStorage** or **sessionStorage**
|
7
|
+
- **No backend required**
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
## 📦 Installation
|
12
|
+
|
13
|
+
```bash
|
14
|
+
npm install @ravishranjan/cart
|