Raect Calculator
A calculator app built with React.js using React Hooks and Routers. The app contains 3 pages with basic styling. Calculator operations, as well as React components, were tested with Jest and React Testing Library.
Built With
Testing
Calculator operations has been tested in various scenarious with Jest Testing Framework.
Also, all React components have been tested with Snapshot testing.
Getting Started
To get a local copy up and running follow these simple example steps.
Setup
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.
Authors
? Sarvar Khalimov