- Clone it
git clone https://github.com/maifeeulasad/Free-Cart-Client.git- Or download
https://github.com/maifeeulasad/Free-Cart-Client/archive/refs/heads/master.zip
- Open
/src/defaults.jsand change the server url : https://github.com/maifeeulasad/Free-Cart-Client/blob/master/src/defaults.js#L1 - And you can change the default image url also, that's just a line below.
- Build
- Share with your client
-
[ { "id": "string id", "name": "product name", "title": "product title", "details": "product details", "tags": ["tag1", "tag2"], "price": 0, "discount": 0, "image": "", "availability": 100, "minimum_order":1, }, ... ] -
{ user_details: { name: 'name', address: 'address', contact: 'contact number' }, cart_items: { '1': { count: 1, price: 440 }, '4': { count: 5, price: 3350 } } }
| Home | Home with a few orders |
|---|---|
![]() |
![]() |
| Cart | Checkout/Place Order |
|---|---|
![]() |
![]() |
If you need custom feature, you can contact with me. I think we can come to some sort of agreement
Features like :
- implement login
- basic
- jwt
- oauth2
- group product by tag
- add analytics
- add location suppport
- product suggestion(backend in django or node using tensorflow)
Build your own or contact me



