Archived

This project is no longer maintained.

Description

This project uses a web worker to offload computationally intensive work so that the main UI doesn't freeze. The computationally expensive work is a genetic algorithm that searches for a given solution string.

Requirements

This project requires the following applications be installed:

  1. node + npm - Node.js
  2. gulp - Gulp.js
  3. ng - Angular CLI

Getting started

  1. Clone the repository
  2. Open a command window inside the ${projectRoot} folder
  3. Run npm install
  4. Run npm start
  5. Open browser and navigate to http://localhost:4200