Skip to content

Tryquetra/power-of-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Potências de 3 / Powers of 3

Português | English


Português 🇧🇷

Este é um projeto web simples que calcula e exibe todas as potências de 3, desde $3^0$ até $3^{100}$.

Funcionalidades

  • Cálculo Preciso: Utiliza BigInt do 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.

Tecnologias Utilizadas

  • HTML5
  • CSS3 (com Tailwind CSS via CDN)
  • Vanilla JavaScript (ES6+)

Como Usar

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.html

English 🇺🇸

This is a simple web project that calculates and displays all powers of 3, from $3^0$ to $3^{100}$.

Features

  • Precise Calculation: Uses JavaScript's BigInt to 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.

Technologies Used

  • HTML5
  • CSS3 (with Tailwind CSS via CDN)
  • Vanilla JavaScript (ES6+)

How to Use

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

About

Power of 3 Numbers List

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Contributors

Languages