caesar-cipher This is a frontend react app for encoding/decoding text using Caesar Cipher. It can be accessed at https://wongherlung.github.io/caesar-cipher/. Setup Run npm-install Run npm start to start the app on http://localhost:3000 Publishing on Github Pages Run npm run deploy