ASCII Art Web is a simple web application that allows users to generate ASCII art from text input using various banner styles.
To run the ASCII Art Web application, follow these steps:
- Clone the repository:
git clone https://github.com/abdoulcyf/ascii-art-web.git
- Navigate to the project directory:
cd ascii-art-web
- Build and Run the application:
make run-web
- Access the application in your web browser at:
http://localhost:8080
The ASCII Art generation algorithm works as follows:
- The user provides input text and selects a banner style.
- The server processes the input and retrieves the corresponding banner pattern from a file.
- Each character in the input text is mapped to its corresponding pattern in the banner.
- The banner pattern is applied to each character to create the ASCII art representation.