https://github.com/timonwa/react-multilevel-dropdown-menu
React Multilevel Dropdown Menu.
https://github.com/timonwa/react-multilevel-dropdown-menu
article dropdown-menus multilevel-models react react-project
Last synced: 8 months ago
JSON representation
React Multilevel Dropdown Menu.
- Host: GitHub
- URL: https://github.com/timonwa/react-multilevel-dropdown-menu
- Owner: Timonwa
- License: mit
- Created: 2023-11-14T12:01:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-15T21:44:03.000Z (over 2 years ago)
- Last Synced: 2024-12-24T04:44:33.050Z (about 1 year ago)
- Topics: article, dropdown-menus, multilevel-models, react, react-project
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 13
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Multilevel Dropdown Menu
This is a demo project for an article update for [LogRocket](https://blog.logrocket.com/author/pelumiakintokun/) on how to create a React Multilevel Dropdown Menu. You can read the article [here](https://blog.logrocket.com/creating-multilevel-dropdown-menu-react/).
Visit my blog, [Timonwa's Notes](https://blog.timonwa.com), for awesome technical content like articles, code snippets, tech goodies, community projects and more.
## Getting Started
Clone the repo:
```bash
git clone https://github.com/Timonwa/react-multilevel-dropdown-menu
```
Navigate to the project folder, install the dependencies and start the app:
```bash
cd react-multilevel-dropdown-menu
npm install
npm start
```
Visit to see the app.