A reconstruction of the Enigma Machine using ReactJs.
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.
- Enigma Machine — Numberphile
- Flaw in the Enigma Code — Numberphile
- Enigma Machine Demonstration — Doyle New York
- Pringles Can Enigma Machine — Videos By Kevin
- Paper Enigma Machine — Videos By Kevin
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.
Builds a static copy of your site to the dist/
folder. Your app is ready to be
deployed!
Launches the application test runner. Run with the --watch
flag
(npm test -- --watch
) to run in interactive watch mode.
✨ Bootstrapped with Vite.