rahul4019 / Dropdown-menu

Dropdown menu built using ReactJs

Home Page:https://rahul4019.github.io/Dropdown-menu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dropdown-Menu

It is a dropdown menu project which was created using ReactJs. An array of options containing objects is passed to the DropdownMenu component as props, which are added to the UI using the Map method.

Hosted link: Dropdown Menu

Installation

Clone the project and run the below command in the terminal to install all required dependencies.

npm install

Run project

Run the project using the below command.

npm start

Tools used

  • HTML
  • CSS
  • JavaScript
  • ReactJS

Functionality

  • Hover on the title to expand the menu
  • click on the menu item to select it

Functions (in code)

  • handleMouseOver
  • hanldeMouseLeave
  • handleOptionClick

About

Dropdown menu built using ReactJs

https://rahul4019.github.io/Dropdown-menu/


Languages

Language:JavaScript 57.1%Language:CSS 32.5%Language:HTML 10.4%