Chrissiku /
Math-magicians
Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to Make simple calculations and Read a random math-related quote.
Loading repository data…
M-Anwar-Hussaini / repository
"Math-Magicians" is a React-based project with the calculator the have math operations and also display some useful Quotes on the page.
[Math Magicians] is my first react project.
To get a local copy up and running, follow these steps.
In order to run this project you need:
npm init -y
npm install --save-dev hint@7.x
npx hint .
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
Clone this repository to your desired folder:
Example commands:
cd [YOUR FOLDER]
git clone https://github.com/M-Anwar-Hussaini/Math-Magicians.git
npm install
cd [YOUR FOLDER]
git clone https://github.com/M-Anwar-Hussaini/Math-Magicians.git
npx stylelint "**/*.{css,scss}"
npx eslint .
This project is deployed by the author, no permission for deployment by any other client.
👤 Mohammad Anwar Hussaini
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly drop a start for the repository;
I would like to thank the following individuals and organizations for their contribution to this project.
This project is MIT licensed.
Selected from shared topics, language and repository description—not editorial ratings.
Chrissiku /
Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to Make simple calculations and Read a random math-related quote.
mavericksbalitaan /
Microverse Module 03 Project: "Math Magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make a simple calculations and read a random math-related quote. Built with React, Sass and JavaScript.