Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willswire/asortd
Algorithm Sorting Display. Visualize sorting algorithms in the DOM using JS
https://github.com/willswire/asortd
bootstrap dom educational-project javascript sorting-algorithms
Last synced: about 1 month ago
JSON representation
Algorithm Sorting Display. Visualize sorting algorithms in the DOM using JS
- Host: GitHub
- URL: https://github.com/willswire/asortd
- Owner: willswire
- License: mit
- Created: 2019-09-04T15:48:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T03:30:20.000Z (over 1 year ago)
- Last Synced: 2024-11-06T15:57:48.416Z (3 months ago)
- Topics: bootstrap, dom, educational-project, javascript, sorting-algorithms
- Language: JavaScript
- Homepage: https://www.asortd.info
- Size: 390 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Contributors][contributors-shield]
![Forks][forks-shield]
![Stargazers][stars-shield]
![Issues][issues-shield]
ASORTD
Algorithm Sorting Display
View Project
·
Request a Feature
## About The Project
Our first assignment in CISC474 was to:
> For your first project (Module 1), you will explore the Document Object Model (DOM) and how it can be used to create dynamic client side content in a web browser. You may choose to do whatever you like for this project provided it meets the requirements in this document and is approved in advance. In past semesters, students have written web based games, interactive applications, graphing systems, and other things. It is totally up to you and your group. Be creative and have fun with it.We decided to create a fun and interactive webpage that allows visitors to visualize popular sorting algorithms often taught in Computer Science curricula.
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE` for more information.
## Built With
* [Bootstrap v4.3.1](https://getbootstrap.com)
* [jQuery v3.4.1](https://developers.google.com/speed/libraries/)
* [FontAwesome](https://fontawesome.com/start)[contributors-shield]: https://img.shields.io/github/contributors/willswire/asortd.svg?style=flat-square
[forks-shield]: https://img.shields.io/github/forks/willswire/asortd.svg?style=flat-square
[stars-shield]: https://img.shields.io/github/stars/willswire/asortd.svg?style=flat-square
[issues-shield]: https://img.shields.io/github/issues/willswire/asortd.svg?style=flat-square
[license-shield]: https://img.shields.io/github/license/willswire/asortd.svg?style=flat-square