Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyn-tian/sorting-visualizer
I created a project aimed at visualizing the functionality of various sorting algorithms, while incorporating the composition API in Vue.js 3.
https://github.com/tyn-tian/sorting-visualizer
bubble-sort composition-api firebase-hosting merge-sort sorting-algorithms vuejs
Last synced: 3 days ago
JSON representation
I created a project aimed at visualizing the functionality of various sorting algorithms, while incorporating the composition API in Vue.js 3.
- Host: GitHub
- URL: https://github.com/tyn-tian/sorting-visualizer
- Owner: Tyn-Tian
- Created: 2024-03-12T08:37:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T16:14:20.000Z (10 months ago)
- Last Synced: 2024-11-16T20:30:26.526Z (2 months ago)
- Topics: bubble-sort, composition-api, firebase-hosting, merge-sort, sorting-algorithms, vuejs
- Language: JavaScript
- Homepage: https://sorting-visualization-93abb.web.app/
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sorting-visualizer
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).