robreczarek / test-html-menu

Building a rollout menu from scratch.

Home Page:https://robreczarek.github.io/test-html-menu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-html-menu

Self-Study: Building a rollout menu from scratch.

How to run?

In order to preview the menu, open 'index.html' in your web browser of choice.

To test via the command line, run the following:

npm test

To check the code (lint) for consistency with coding standards, run this command:

npm run lint

Demo

A working version of the app can be viewed here: https://robreczarek.github.io/test-html-menu/

TODO

  • Get second level of the nav to work properly
  • Fix background in sub-nav

DONE

  • Get sub-menu hover action to work

About

Building a rollout menu from scratch.

https://robreczarek.github.io/test-html-menu/

License:GNU General Public License v3.0


Languages

Language:HTML 65.2%Language:CSS 25.1%Language:JavaScript 9.6%