> For the complete documentation index, see [llms.txt](https://docs-old.zus.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-old.zus.network/guides/zus-js-sdk/js-sdk-sample-website.md).

# js-sdk sample website

This guide provides instructions for creating a sample website that uses the js-sdk to create .You can read more about the js-sdk in the [overview](https://docs.zus.network/guides/zus-js-sdk), or check sdk documentation[ here ](https://docs.zus.network/guides/zus-gosdk/gosdk-for-mobile-builds-ios-and-android/mobile-sdk-reference).

Here is how the functionalities are added to the website step by step :

* **Step 1:** Importing Libraries and js-sdk methods.
* **Step 2:** Creating constants
* **Step 3:** Js-sdk functionalities in the website
* **Step 4 :**  Adding styling elements to the website which is describing code in `scss` directory.
