This project was created using Cline (an AI assistant) in collaboration with Anthropic's Haiku, demonstrating an innovative approach to software development through AI-assisted coding in Visual Studio Code (VSC).
A frontend web application designed to generate a printable Caesar Cipher reference UI.
- Specify set of words (or input single word) that need to be deciphered
- Set complexity (each +1 adds one additional vowel and consonant to the pool)
- Generate a UI with three sections:
- Grid/table view of the simplified Caesar Cipher
- Encrypted word
- Placeholders to write down the decipher word
- Visual Studio Code (VSC)
- HTML
- JavaScript
- CSS
Clone the repository and open index.html
to view the printable Caesar Cipher reference UI.
- AI Assistant: Cline
- Language Model: Anthropic Haiku
- Development Environment: Visual Studio Code