Ascii-art-web consists of creating and running a server, which provides a web GUI (Graphical User Interface) to display printable ASCII characters generated from user input text.
- A web interface to input text and generate ASCII art.
- Support for multiple banner formats to style the ASCII output.
- Simple, easy-to-use form to choose text and banner type.
The application supports the following ASCII art styles:
standardshadowthinkertoy
- Go (Backend server, HTTP routing, and template rendering)
- HTML/CSS (Frontend GUI)
To run the application locally, follow these steps:
- Clone or download the repository to your local machine.
- Ensure you have Go installed.
- Open a terminal in the root directory of the project.
- Run the following command:
go run main.go
- Open your web browser and navigate to
http://localhost:8080/indexto access the application.
- Adeleke Victor