Este é um projeto web simples que calcula e exibe todas as potências de 3, desde
- Cálculo Preciso: Utiliza
BigIntdo JavaScript para garantir precisão total mesmo para números muito grandes. - Interface Bilíngue: Suporte completo para Português (PT-BR) e Inglês (EN-US).
- Modo Escuro/Claro: Alternância de temas para melhor conforto visual, respeitando as preferências do sistema ou escolha do usuário.
- Copiar para Área de Transferência: Permite copiar o resultado cru de qualquer potência com um clique.
- Design Responsivo: Adaptável a dispositivos móveis e desktops, estilizado com Tailwind CSS.
- HTML5
- CSS3 (com Tailwind CSS via CDN)
- Vanilla JavaScript (ES6+)
Não é necessário nenhuma instalação ou servidor. Basta abrir o arquivo index.html em qualquer navegador web moderno.
# Clone o repositório (opcional)
git clone https://github.com/seu-usuario/powers-of-3.git
# Navegue até a pasta
cd powerof3
# Abra o arquivo index.html no seu navegador
# No Linux:
xdg-open index.html
# No Mac:
open index.html
# No Windows:
start index.htmlThis is a simple web project that calculates and displays all powers of 3, from
- Precise Calculation: Uses JavaScript's
BigIntto ensure full precision even for very large numbers. - Bilingual Interface: Full support for Portuguese (PT-BR) and English (EN-US).
- Dark/Light Mode: Theme toggling for better visual comfort, respecting system preferences or user choice.
- Copy to Clipboard: Allows copying the raw result of any power with a single click.
- Responsive Design: Adaptable to mobile and desktop devices, styled with Tailwind CSS.
- HTML5
- CSS3 (with Tailwind CSS via CDN)
- Vanilla JavaScript (ES6+)
No installation or server is required. Simply open the index.html file in any modern web browser.
# Clone the repository (optional)
git clone https://github.com/your-username/powers-of-3.git
# Navigate to the folder
cd powerof3
# Open the index.html file in your browser
# On Linux:
xdg-open index.html
# On Mac:
open index.html
# On Windows:
start index.html