MyCalc is a feature-rich calculator web application developed using React.js and styled with Tailwind CSS. It provides a range of functionalities, including basic arithmetic operations, support for parentheses, and a toggle theme for dark and light modes.
Toggle Theme: Switch between dark and light modes for a personalized experience. Basic Arithmetic Operations: Addition, subtraction, multiplication, and division. Parentheses Support: Perform complex calculations with ease using parentheses. Key Functionality: Use keyboard keys for quick input and calculations.
Dark Theme
Light Theme
- React.js
- Tailwind CSS
Follow these steps to set up and run MyCalc locally:
- Clone the repository:
git clone https://github.com/your-username/MyCalc.git
- Navigate to the project directory:
cd MyCalc
- Install dependencies:
npm install
- Run the Application:
npm start
- Open your browser and go to http://localhost:3000 to view MyCalc.
Enter expressions using the provided buttons. Toggle between dark and light themes. Use parentheses to group expressions.
If you'd like to contribute to MyCalc, feel free to reach out to me...