This is a small application that translates numbers in the decimal notation into the following runic representation:
- user can input a natural number N, where N ≤ 9999
- user is able to view an generated SVG image representation of the number
- user is able to download the generated image
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.