This application generates a visualization of a network roadmap based on a CSV data file containing a knowledge tree, making it easy to see the interconnected nodes within the tree.
This App required Node v16.x or later version on your local development machine.
To begin using the app, you must first install the required package by running the following command:
npm install
First, run the development server:
npm run watch
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
Here is the Github page: https://junyiacademy.github.io/junyi-knowledge-map-next/
junyi-knowledge-map-next
├── pages
│ └── index.tsx (The main page of this app)
├── components
│ ├── layer (Shared layout)
│ └── ui (Shared custom mui component)
├── hooks (Custom hooks)
├── interfaces (Shared interfaces)
└── utils (Shared utils)