math-magicians is a web application designed for mathematics enthusiasts. It is a Single Page App (SPA) that provides users with the ability to perform simple calculations and discover random math-related quotes.
The purpose of the project is to create an intuitive and user-friendly calculator application that allows users to perform basic calculations on any device with an internet connection. Additionally, the application provides inspirational and thought-provoking math-related quotes to inspire users.
-
✨ Simple Calculations: Users can make basic calculations such as addition, subtraction, multiplication, and division. The application provides an intuitive user interface where users can input numbers and operators to perform the desired calculations.
-
🏅 Random Math Quotes: The application offers a collection of inspirational and thought-provoking math-related quotes. Users can read a randomly generated quote .
To run this project, you need the following:
- 🌐 Web browser
- 🐙 Git
- 👨💻 Code editor
Clone this repository to your desired folder:
git clone https://github.com/fatmahussein/Math-Magicians.gitTo install all dependencies, run the following command:
npm installTo run tests, use the following commands:
- To track CSS linter errors, run:
npx stylelint "**/*.{css,scss}"- To track JavaScript linter errors, run:
npx eslint "**/*.{js,jsx}"To build the project, run the following command:
npm run buildTo run the webpack development server, execute the following command:
npm start👤 Fatuma Hussein
- GitHub: @fatmahussein
👤 Kehinde Aminat
- GitHub: @Armynerh
-
📱 Add mathematical operations: Enhance the calculator operations such as addition, subtraction and trigonometric functionsg.
-
📝 Add Quotes: Add quotes that relates to Mathematics.
Contributions to Math Magicians are welcome! If you would like to contribute, please follow these guidelines:
Feel free to check the issues page.
If you like this project, give it a ⭐️.
I would like to thank Microverse for providing guidance and support during the development of this project.
This project is licensed under the MIT License.