Based on https://www.cs.usfca.edu/~galles/visualization/ComparisonSort.html
Click here to see mine in action 😃
- TypeScript because its JavaScript but better
- SASS for nesting selectors with .scss files
- I haven't learned how to use mixins and all the other stuff yet, so i'm basically still writing CSS except with nesting.
- Vite
- so i can do 'import thisModule.ts' and not have to worry about whether i typed .js or .ts
- same thing with .scss files
- that's about it. Vite can probably do more but 🤷
- do up the other types of sorts
- maybe start using bulma for styling instead of whatever nonsense i'm doing now.
- better animation
- look at what i can do with SASS/SCSS
- look at haml? it looks like html but better
I'm also making my way through Secrets of the Javascript Ninja, so i'll probably be trying to put concepts i pick up there into use too.