Skip to content
Advertisement

Tag: word-cloud

React JS changing words in spherical word cloud

https://codesandbox.io/s/basic-demo-forked-yup2o?file=/src/App.js I have the above sandbox of a spherical word cloud consisting of random words – I’m trying to modify the code so rather than random words, the cloud can display words from a list of my choosing, for example let MyList = [‘React’, ‘Node’, ‘SQL’, ‘NoSQL’, ‘TDD’, ‘JavaScript’, ‘Python’, ‘Git’, ‘Excel’, ‘ReactNative’, ‘HTML’, ‘CSS’, ‘TypeScript’, ‘Java’, ‘Angular’, ‘Django’] I

Advertisement