Remember those old text generators from the MSN era? This is a small web app to generate those texts.
You can visit the hosted version on this link, or you can run it locally by following the steps below.
- Clone the repository
- Install the dependencies with
npm install
- Run the development server with
npm start