This is a project from the Thinkful Software Engineering course, which focuses on algorithms created by the student. It also asked students to use Mocha and Chai to create and run custom tests on the code to confirm it worked correctly.
If you are interested in running this project on your own computer:
- You will need Node JS installed.
- Download the files in this repository.
- Open Terminal or Windows Powershell (If Windows, open with Admin Privileges)
- Type
cd
, followed by the filepath to your downloaded folder, and hit ENTER. (Example:cd ~/Desktop/Decoder-Ring-Thinkful
) - Enter
npm install
- If you're on MacOS: type
sudo npm install
. Terminal will ask for your password to run this command with admin privileges.
- If you're on MacOS: type
- Enter
npm start
- The application will open in your default web browser.
You can find the full list of instructions and qualifications for this project here