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 by simply refreshing the page or clicking a dedicated button.
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/kit0-0/math-magicians.git
To install all dependencies, run the following command:
npm install
To 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 build
To run the webpack development server, execute the following command:
npm start
👤 Kiko
- GitHub: @kit0-0
👤 Binyam Tegene
- GitHub: @Log-benjamin
-
📱 Add Animation: Enhance the user interface with smooth animations and transitions to make the user experience more engaging and interactive.
-
📝 Add Model: Implement a mathematical model or algorithm to perform advanced calculations, such as trigonometric functions or logarithms, providing users with a wider range of mathematical operations.
Contributions to Math Magicians are welcome! If you would like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your contribution.
- Make your changes and ensure that the code is properly formatted.
- Write clear and concise commit messages.
- Push your branch to your forked repository.
- Submit a pull request detailing the changes you've made.
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.