This repository contains a simple JavaScript script for fetching and displaying categories from a website. It's designed to fetch categories from an API endpoint and display them as a list of links in an HTML document.
To use this script, you should include it in an HTML document as follows:
<script src="categoriesFetcher.js"></script>