A simple but colorful command-line calculator application built with TypeScript. This calculator can perform addition, subtraction, multiplication, division, and custom expressions.
- Addition (➕)
- Subtraction (➖)
- Multiplication (✖️)
- Division (➗)
- Custom Expression (🔢)
You can input mathematical expressions like:
575+(213*5/234)*343-(8901-123)
- inquirer - For interactive command-line prompts.
- chalk - For adding color to the console output.
- chalk-animation - For animating the welcome message.
- nanospinner - For displaying a spinner while calculating.
- figlet - For creating ASCII art titles.
- gradient-string - For gradient-colored text.
Run the calculator using the following command:
npx ab-cli-calculator