GithubHelp home page GithubHelp logo

jtam128 / decoder-ring Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 625 KB

Thinkful Software Engineering Bootcamp Project - Decoder Ring is an application that allows the user to encode and decode messages using either the polybius square, caesar shift, or substitution cipher. All methods were crafted using JavaScript function-writing best-practices. Tests were written in Mocha and Chai.

Home Page: https://decoder-ring-tau.vercel.app/index.html

HTML 43.77% JavaScript 56.23%
bootstrap4 chai css html javascript mocha test-driven-development

decoder-ring's Introduction

decoder-ring

This is a project I worked on while attending Thinkful's Software Engineering Bootcamp. While working on this project, I was able to practice writing complex algorithms and unit tests with Mocha and Chai.

This application allows the user to encode and decode messages using either the polybius square, caesar shift, or substitution cipher. The caesar shift shifts all characters of a given message a specified number of characters to the right, if a positive shift value is given, or the the left, if a negative shift value is given. The polybius square translates characters into a number respresentative of a position in a two dimensional array known as a polybius square. Lastly, the substitution cipher exchanges letters in the English alphabet with a different alphabet provided by the user to create an encoded or decoded message.

Live Link

Technology & Tools

Built with:

  • Test-driven Development
  • Mocha
  • Chai
  • JavaScript
  • Bootstrap 4
  • HTML

Screenshots

Example of using the Caesar Shift to encode a message: Caesar Shift Encode

Example of using the Caesar Shift to decode a message: Caesar Shift Decode

Example of using the Polybius Square to encode a message: Polybius Square Encode

Example of using the Polybius Square to decode a message: Polybius Square Decode

Example of using the Substitution Cipher to encode a message: Substitution Cipher Encode

Example of using the Substitution Cipher to decode a message: Substitution Cipher Decode

decoder-ring's People

Contributors

jtam128 avatar

Watchers

 avatar

Forkers

jithedev

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.