A simple tool to scramble sentences.
To run the application, you need to have Node.js installed.
Clone the repository and install the dependencies:
git clone
cd scrambler
npm install
To run the application, use the following command:
npm run start
To build the application in a Docker container, use the following command:
docker buildx build --load -t scrambler .
To run the build application in a Docker container, use the following command:
docker run -p 3000:3000 scrambler
This project is licensed under the MIT License - see the LICENSE file for details.