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.
- Host: GitHub
- URL: https://github.com/mihailgaberov/oo-js-tree-menu
- Owner: mihailgaberov
- Created: 2016-02-15T14:57:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T14:20:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T00:48:47.519Z (10 months ago)
- Topics: javascript, json, oop, tree-menu
- Language: JavaScript
- Homepage: https://tree-menu-omega.vercel.app
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/
```