This tool visualises multiple user journeys defined in a simple JSON file.
-
Clone the repo from Github
git clone git@github.com:grrtbrtr/user-journey-visualizer.git cd user-journey-visualizer
-
Install build dependencies
npm install
-
Run or build
npm run start # runs a local development server npm run build # creates a build in the ./build folder
- Open the JSON file in the
./src/data
folder. - Define the project information, personas and user journey steps.
- Save the JSON file.
- Add support for persona avatars
- Clean up & refactor rendering logic
- Improve smaller screen support
- Refactor HTML structure to better support SCSS 7-1 guidelines
- Refactor JS file names
- Explain the JSON in readme file