Simple React Calculator Project
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
For using this app you should have installed on your local machine
NodeJS
NPM or Yarn
You can install this app only by cloning this REPO. NPM package of this REPO is Not Available.
Start from cloning
git clone https://github.com/aliskhanoff/extendable-calc.git .
Install packages with NPM
npm install
or Yarn
yarn install
Then start the app
yarn start | npm run start
Tests of the project written using Jest
yarn test
or
npm run test
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Start and run
Add additional notes about how to deploy this on a live system.
- NodeJS - Building tool
- Tailwind CSS - Headless CSS Framework
- React - Most popular Frontend Framework
- Jest - Testing tool
- @aliskhanoff - Idea & Builder
See also the list of contributors who participated in this project.
- Nobody else perticipates this project