Ikea Circular App
Ikea Circular App

Ikea Circular App

The Ultimate Resource for Sustainable Living

Ikea Circular App is an open-source project that aims to make sustainable living more accessible and convenient for everyone.

Our website is designed to provide a centralized platform for all IKEA Circular Hub products and services, enabling users to browse and purchase eco-friendly furniture and home goods with ease.

The Ikea Circular App addresses the challenges of the traditional IKEA website, including poor searchability and limited access to products across different store locations.

Our platform allows users to view all available products across various cities in Europe, making it easier than ever to find the perfect eco-friendly addition to your home.

I believe in the power of the circular economy and the positive impact it can have on the environment.That's why I've developed this open-source project, so that we can make a meaningful contribution to promoting sustainable living practices.

With the Ikea Circular App, users can support the circular economy by purchasing high-quality, durable products that are designed to be reused, recycled, or repurposed.

Ikea Circular app:

Frontend:

Api:

# Example api call
https://teonji.npkn.net/ikeapp?ids=233,295,455&country=it/it

https://teonji.npkn.net/ikeapp

{
    "content": [
        {
            "id": 248051,
            "title": "",
            "description": "Cappa da fissare alla parete, inox, 90 cm COME NUOVO CON GARANZIA!",
            "price": 109.9,
            "heroImage": "https://www.ikea.com/it/it/images/products/rytmisk-cappa-da-fissare-alla-parete-inox__0755568_pe748467_s4.jpg",
            "articlesPrice": 219,
            "currency": "EUR",
            "priority": 99,
            "store": {
                "id": "295",
                "name": "Milano San Giuliano",
                "shortName": "San Giuliano"
            },
            "priceDiff": 109.1,
            "discount": 49.82
        },
        ...
    ],
    "stores": [
        {
            "city": "Ancona",
            "stores": [
                {
                    "id": "457",
                    "name": "Ancona",
                    "shortName": "Ancona"
                },
                ...
            ]
        },
        ...
    ]
}