Skip to content

ArchangelJTW/calculator

Repository files navigation

React.js Calculator Project

Description

This is a simple React.js calculator, marking my first project using the framework. It's designed to perform basic arithmetic operations and provides a simple interface for calculations.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, division, and exponents
  • Parentheses support
  • Clean, simple, and intuitive design
  • Basic keyboard support

Live Demo

Click here to demo

Prerequisites

Before you begin, ensure you have the latest version of Node.js and npm installed on your system.

Install

  1. Clone the project using Git:
git clone https://github.com/archangeljtw/calculator.git
  1. Open your terminal in the project directory

  2. Install the necessary dependencies:

npm install
  1. Start the development server:
npm start

The application should now be running and accessible at http://localhost:3000.