This is a project built with React and TypeScript using Vite. It uses styled-components and tailwindcss for styling.
- Write encoded messages by providing a number and sending to a private python API (written by the same dev aka me)
- Decode secret messages sent to you by passing the correct number to the decode route
To run the client locally, follow these steps:
- Install the dependencies:
cd client && npm install
- Run vite dev server:
npm run dev