Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

![Contributors][contributors-shield]
![Forks][forks-shield]
![Stargazers][stars-shield]
![Issues][issues-shield]





Logo

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