Skip to content

JavaScript and Test Code Project: application encodes and decodes messages and wrote test code for project using Mocha/Chai.

Notifications You must be signed in to change notification settings

esims90/Decoder-Cipher-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decoder Cipher

Project Description

This app allows a user to encode or decode a secret message. Using your understanding of javascript create an app that can allow a user to encode and decode messages by using various ciphers: Caesar Shift, Polybius Square, or the Substitution Cipher.

Screenshots

HomeScreen

Learning Objectives

This project is designed to test your ability to build complex algorithms. It will also test your ability to write unit tests with Mocha and Chai to test your algorithms. You will not need to make any edits to HTML or CSS for this project. Before taking on this project, you should be comfortable with the learning objectives listed below:

  • Writing a series of unit tests using Mocha and Chai
  • Using different expect() methods to test your code

Technology

Built with:

  • JavaScript, Mocha and Chai

About

JavaScript and Test Code Project: application encodes and decodes messages and wrote test code for project using Mocha/Chai.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published