This project is a simple tree view component built using React, Bootstrap, and custom CSS. It dynamically renders a hierarchical data structure with expandable and collapsible nodes, making it perfect for displaying nested information.
- Dynamic Tree Structure: Renders hierarchical data with parent-child relationships.
- Expand/Collapse Functionality: Users can expand or collapse nodes to explore different levels of the tree.
- Custom Styling: Styled using Bootstrap and custom CSS for a clean and responsive look.
- Recursive Rendering: The component is designed to handle any level of nesting using recursion.
To get a clone of the project, run `https://github.com/odhiambo-ed/react-nested-menu.git`
cd /react-nested-menu
npm install
npm run dev
- GitHub: @whit3d
- Twitter: @odhiambo_ed
- LinkedIn: Edward Odhiambo
- Portfolio: Edward Odhiambo
Contributions, issues, and feature requests are welcome!!!
Feel free to check the [issues page]https://github.com/odhiambo-ed/react-nested-menu/issues)
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Special thanks to React for the amazing vanilla JavaScript framework project. I am grateful for your talent and generosity in sharing your work with the community.
This project is MIT licensed.

