Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.95 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.95 KB

Enigma (in construction)

A reconstruction of the Enigma Machine using ReactJs.

Summary

The Enigma machine is a cipher device developed during the WWII era and used by Nazi Germany for communication in its millitary throughout the war.

It was a very intricate device during its time. It took a lot of effort from the allies to crack its code with the help of brilliant individuals such as Alan Turing and the team at Bletchley Park.

This project aims to create a user interface which replicates the original machine and its variants in order for me, and hopefully other people to understand the device better.

Helpful resources

Articles

Videos

Available Scripts

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm run build

Builds a static copy of your site to the dist/ folder. Your app is ready to be deployed!

npm test

Launches the application test runner. Run with the --watch flag (npm test -- --watch) to run in interactive watch mode.

✨ Bootstrapped with Vite.