A single Page Application Calculator built using React js
Math Magicians is a Single Page Application developed using React and Redux. We use the create-react-app
build tool for development. The core component of the project is a calculator component that allows users to perform arithmetic operations.
Client
- Interactive Calculator
- Math quotes
To get a local copy up and running, follow these steps.
In order to run this project you need the following installed in your local machine:
- Node.js
- git
Clone this repository to your desired folder:
Example commands:
cd <desired-folder>
git clone [email protected]:Rachelwebdev/math-magicians.git
cd math-magicians
Install this project with:
Example command:
npm install
The above command installs necessary node modules used in the project
To run the project, execute the following command:
Example command:
npm run start
The above command opens the project webpage in your browser.
To run tests, run the following command:
Example command:
npm run test
The above command runs jest test suites in the project
You can deploy this project using:
Example:
npm run build
The above command produces build files that can be deployed using Github pages or any other hosting service.
👤 Rachel Isaac
- GitHub: @rachelwebdev
- Twitter:@rachelisaac13
- LinkedIn: Rachel Isaac
- Mobile version
- Responsive webpage
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give a Star to the github repo.
To be updated at the end of the project
I would like to thank...
-
How to report bugs?
- Please raise github issue with more details about the bug.
-
What is the licensing policy of the project?
- The project is MIT licensed, please refer to the License section
This project is MIT licensed.