Balloon Chat for Help in Video Creations
| index.html | Add files via upload | |
| LEIAME.md | Create LEIAME.md | |
| LICENSE | Initial commit | |
| README.md | Update README.md | |
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.
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