/ascii-web

ASCII-ART Generator

Primary LanguageGo

ASCII-ART Generator

Link: http://ascii-web.herokuapp.com

Online tool to create and download ASCII art from text using 3 different fonts.

Front-end:

  • HTML
  • CSS
  • JS

Back-end:

  • Golang
  • Docker

Usage

To run server using Docker:

$ ./dockerize.sh

Or

$ go build
$ ./ascii-web

and open http://localhost:8080 in your browser.#