1.3.1 • Published 7 months ago
@muhammedbilal/calculator v1.3.1
Terminal Calculator
A sleek and powerful command-line calculator built with Node.js. Perform complex mathematical operations right from your terminal with ease.
✨ Features
- 🧮 Basic arithmetic operations (addition, subtraction, multiplication, division)
- 📊 Advanced mathematical functions
- 🎨 Clean and intuitive command-line interface
- ⚡ Fast and efficient calculations
- 🔄 Real-time results
🚀 Installation
# Clone the repository
git clone https://github.com/yourusername/terminal-calculator.git
# Navigate to the project directory
cd terminal-calculator
# Install dependencies
npm install💻 Usage
# Start the calculator
node index.js📝 Examples
# Basic arithmetic
> 2 + 2
4
# Complex calculations
> (5 * 3) + (10 / 2)
20🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🙏 Acknowledgments
- Thanks to all contributors who have helped shape this project
- Inspired by the need for a simple yet powerful terminal calculator