Building a calculator to ease calculations for Math-Magicians a fictional company in France using Create-react-app for the UI.
- React
- Big.js
- Jest & React-Test-Library for testing
To get this project up and running locally, you must already have npm and nodejs plus the necessary packages installed on your computer
simple steps set up on your local machine
- $ git clone `$ git clone https://github.com/jebitok-dev/calculator`
- $ git checkout develop
- Run `cd calculator`
- ``$ npm install`` or ``$ yarn install``
- ``$ npm start``
Tests for modules written using Jest and React Testing Library
$ npm run testor$ yarn testor$ npx jest --coverage
👤 Sharon Jebitok
- Github: jebitok-dev
- Twitter: @jsebitok
- LinkedIn: Sharon Jebitok
Contributions, issues and feature requests are always welcome!
I love meeting other developers, especially ones that give me advice on how to improve my work.
Feel free to check the issues page.
To get a local copy up and running follow these simple example steps.
- Fork the repository
- git clone https://github.com/your_username/calculator
- git checkout develop
- git checkout -b branch name
- git remote add upstream https://github.com/jebitok-dev/calculator
- git pull upstream develop
- git commit -m "commit message"
- git push -u origin HEAD
Finally, if you've read this far, don't forget to give this repo a ⭐️. They're free . . . I think.