No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Cristian Cezar Moisés 9497935cd8
Update LEIAME.md
2025-01-29 13:13:27 +00:00
index.html Add files via upload 2025-01-29 09:03:23 -03:00
LEIAME.md Update LEIAME.md 2025-01-29 13:13:27 +00:00
LICENSE Initial commit 2025-01-29 08:36:51 -03:00
README.md Update README.md 2025-01-29 13:13:12 +00:00

Para o tutorial em português clique aqui.

Balãozero is a simple web application designed to enhance video and tutorial creation. Users can type in text that is displayed in chat balloon format, making it easier to present information visually. Whether you're creating educational content or engaging tutorials, this tool can help you convey your message effectively.

Imagem2 Imagem1

Features

  • User-friendly interface for typing and displaying text.
  • Chat balloon style for a visually appealing presentation.
  • Ideal for creating video scripts or tutorial outlines.

Getting Started

To run the application locally, follow these steps:

Clone this repository to your local machine:

git clone https://github.com/cristiancmoises/balaozero

Navigate to the project directory:

 cd balaozero

Start a simple HTTP server:

nohup python3 -m http.server 8000 &

Open your web browser and go to http://localhost:8000.

Technologies Used

HTML
CSS
JavaScript
123