/Menuboard

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Menuboard

A simple menuboard that shows you all contents of menu's.

👀 Review

simplescreenrecorder-2022-01-13_22.08.34.mp4

Prerequisite

A simple server to serve HTML content like Live Server extension on VS Code.

👨‍💻 Installation

  • Clone repository
$ git clone https://github.com/femresirvan/Menuboard.git
$ cd Menuboard
  • Start the server.

Features

! There are 2 versions of menus. They are seperated by branches. Main branch contains non-interactive interface. The other(interactive) branch containts interactive interface which is includes components such as button to interact with users.

  • Menu pages comes from an API folder. I use Fetch API so that you can easily integrate your own API.
  • Menu pages changes with 8 seconds loops.

Project Structure

4714505

Roadmap

  • Build the code structre.
  • Use wireframe to visualize the interface.
  • Build outline.
  • Get data and show in interface via pure JS technologies like DOM and Fetch API.
  • Style the interface.