Interactive Calculator is a web application developed as part of the FreeCodeCamp React course. This project demonstrates the creation of a functional calculator using React, incorporating components, state management, and external libraries for mathematical calculations. The goal is to solidify understanding of React concepts while building a practical and interactive tool.
- Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- Clear Functionality: Clear the current input with a dedicated clear button.
- Developed as part of the FreeCodeCamp React course.
- Developed by Evelin Alvarado.
- Find me on GitHub and LinkedIn.
Check out the live project: Interactive Calculator