/caeser-cipher

Primary LanguageTypeScript

Caeser Cipher Encoder/Decoder with TypeScript & Next.js

This is a really simple project that shows the usage of Next.js with TypeScript.

Setup on your local environment

git clone
npm install && npm run dev