/javascript-calculator

A react calculator with clickable buttons, which can also be triggered by key press.

Primary LanguageJavaScriptMIT LicenseMIT

Javascript Calculator

A react calculator with clickable buttons, which can also be triggered by key press.
This is one of my project for Front End Development Libraries Projects on freeCodeCamp: Build a JavaScript Calculator.

Table of Content

Live demo

This project was bootstrapped with Create React App. It is deployed to Netlify:
https://calculator-js-react.netlify.app/

Final Product

desktop
The web page on desktop
mobile
The web page on mobile

Getting Started

  1. Clone or download this repository onto your local device.
  2. cd to the folder where this project is cloned.
  3. Install all dependencies with npm install command.
  4. Run the app in the development mode with npm start command.
  5. Open the broswer and visit: http://localhost:3000/.

Dependencies

Credit