Instant Calc is a custom project, providing a simple and intuitive way to perform calculations and evaluate expressions in your web browser.
- Natural Language Syntax: Perform calculations using familiar phrases and expressions.
- Real-Time Evaluation: Instantly see the results of your calculations as you type.
- Variable Assignment: Define and use variables to store values for repeated use.
- Expression Parsing: Evaluate complex expressions with operators, functions, and parentheses.
- Commenting: Add comments to your calculations for better organization and understanding.
- Responsive Design: Enjoy a seamless experience across different devices and screen sizes.
- Type your calculations in the input textarea.
- Press Enter or click outside the textarea to evaluate the expression.
- The output will be displayed in the output textarea.
- Store operations in a variable by starting with
name= - Add comments using the
//prefix to document your calculations. - Add headings using the
#prefix for ease of labelling. - Make use of reserved keywords ["prev", "sum", "to", "monthlyPayDate", "in"]
- React.js
- Next.js
- CSS Modules
- TypeScript
- Firebase