Skip to content

deepakpatil26/react_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Calculator 🧮

Welcome to the Advanced Calculator! This powerful and intuitive calculator, built with React, is designed to cater to all your mathematical needs—from basic operations to advanced functions—in a seamless, user-friendly interface.

📱 Demo Check out the live demo: Live Demo Link

Calculator Screenshot

✨ Features

  • Basic Operations: Addition, subtraction, multiplication, and division.
  • Advanced Functions: Square roots, powers, logarithms, and more!
  • History Log: Keep track of your calculations for quick reference.
  • User-Friendly Interface: Clean, modern design for easy calculations.
  • Responsive Design: Optimized for desktop and mobile devices.

🚀 Getting Started

Prerequisites

Ensure you have the following installed on your machine:

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:
   git clone https://github.com/deepakpatil26/react_calculator.git
  1. Navigate to the project directory:
cd react_calculator
  1. Install the dependencies:
npm install

or

yarn install
  1. Start the development server:
npm start

or

yarn start

Your calculator will be running on http://localhost:3000.

🎨 Technologies Used

  • React: A JavaScript library for building user interfaces.
  • CSS: For styling the application.
  • JavaScript: For implementing the calculator's logic.

🤝 Contributing Contributions are welcome! If you have suggestions or improvements, please fork the repository and submit a pull request.

Steps to Contribute:

  1. Fork the project

  2. Create your feature branch

   git checkout -b feature/AmazingFeature
  1. Commit your changes
git commit -m 'Add some amazing feature'
  1. Push to the branch
git push origin feature/AmazingFeature
  1. Open a pull request

✨ Acknowledgments

  • Inspired by the need for a powerful calculator tool.
  • Thanks to the open-source community for invaluable resources and support.

About

Create a simple calculator using React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published