Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 1.48 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.48 KB

AlgoTeach.com

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.

License: GPL v3

Purpose

This project serves as the Innovation Project submission for Richard Webster's dissertation for 2022, University of Chester module CO6008.

WordPress Plugin

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.

WordPress Theme

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.

Unit Test Framework

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.