The "ASCII-ART-WEB" project aims to provide users with the ability to input a string of text and receive the corresponding ASCII art representation of that string on a web page. ASCII art is a form of art that uses characters from the ASCII character set to create visual representations of text or images. This project will enable users to interact with ASCII art in a user-friendly way through a web-based interface.
go run ./cmd/webexport PORT=<YOUR PORT>
go run ./cmd/webdocker build -t <TAG> .docer run <TAG>docer run -e PORT=<YOUR PORT> <TAG>docker build -t ascii .docer run asciidocer run -e PORT=7777 asciiYou can also use -p tag for docker
localhost:3000Once the project is accessed through the web browser, you should see a user interface that allows you to input a string of text. After entering the desired text, the web page should generate and display the corresponding ASCII art representation of the provided string.
Go version 1.20