Raect Calculator
A calculator app built with React.js using React Hooks and Routers. App contains 3 pages with basic styling. Calculator operations, as well as React components, were tested with Jest and React Testing Library.
Calculator operations has been tested in various scenarious with Jest Testing Framework. Also, all React components have been tested with Snapshot testing.
To get a local copy up and running follow these simple example steps.
Step 1: git clone https://github.com/SarvarKh/react-calculator.git
Step 2 - navigate to the cloned directory:
cd react-calculator
Step 3 - run the app in development mode:
npm start
Last step will open http://localhost:3000 to view it in the browser.
Author: SarvarKh
The Demo/Documentation: View The Demo/Documentation
Download Link: Download The Source Code
Official Website: https://github.com/SarvarKh/react-calculator
License: MIT
#react