A simple Next.js-based single page app for quick sort visualization. Demo can be accessed here.
pages: Overall document structure and state management.components: Custom components to support visualization such as number bars.api: Underlying logic code.quickSortHistory.tsto sort the generated numbers and corresponding history for visualization.
CSS in JS is supported by emotion. Several classic components are implemented with material-ui.
