AlgoTeach.com is an online learning platform that provides visual demonstrations of complex algorithms, predominantly related to graph theory and geometry. The content is targeted towards software developers and includes code examples for various languages to assist with implementations.
This project serves as the Innovation Project submission for Richard Webster's dissertation for 2022, University of Chester module CO6008.
The WordPress plugin is called Rich Algorithms, and is located in the plugins
folder. Full usage documentation is provided in the README.md file, as well as generated documentation in the Docs folder.
The WordPress theme is called AlgoTeach.com, and is located in the themes
folder. It is a child theme of Storefront, so that theme will also need to be installed to use this one. Full usage documentation is provided in the README.md file.
The custom unit test framework is called RichPHPTests, and is located in the tools\RichPHPTests
folder. Full usage documentation is provided in the README.md file, as well as generated documentation in the Docs folder.