An open API service indexing awesome lists of open source software.

https://github.com/mihailgaberov/oo-js-tree-menu

A tree menu developed with pure JavaScript using object oriented approach.
https://github.com/mihailgaberov/oo-js-tree-menu

javascript json oop tree-menu

Last synced: 8 months ago
JSON representation

A tree menu developed with pure JavaScript using object oriented approach.

Awesome Lists containing this project

README

          

# OO-JS-Tree-Menu
A tree menu developed with pure JavaScript using object oriented approach. The source for the menu is loaded from a JSON file.

📺 [Demo](https://tree-menu-omega.vercel.app/) 📺

## Install

```
npm install
```

## Build
```
gulp
```

## Run

```
npm install static-server
static-server
Load in the browser at http://localhost:9080/
```