Simple Calculator App

A simple calculator app built with React that allows users to perform basic arithmetic operations.

🧮➕➖✖️➗

Installation

To install and run this project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/coding-destini/Skill_Test_CN.git
  2. Navigate into the project directory:

    cd Skill_Test_CN
  3. Install dependencies using npm or yarn:

    npm install
    # or
    yarn install
  4. Start the development server:

    npm start
    # or
    yarn start
  5. Open your web browser and go to http://localhost:3000 to view the app.

Tech Used

  • React
  • HTML
  • CSS

Features

  • Addition, subtraction, multiplication, and division operations.
  • Clear button to reset the calculator.
  • Responsive design for different screen sizes.
  • Simple and intuitive user interface.

Feel free to explore the codebase and customize it further according to your needs!