- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
"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.
- HTML5
- CSS3
- React
-
Simple calculations: User can do simple mathematics calculations and find their solutions.
-
It also has random math quotes to psych up users.
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/Eccb7/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
👤 Ojwang Briton
- GitHub: @Eccb7
- Twitter: @briton_otieno4
- LinkedIn: briton-otieno-ba6591244
👤 Lala Aicha El Vadel
- GitHub: @Eccb7
- Twitter: @briton_otieno4
- LinkedIn: briton-otieno-ba6591244
- Improve User Interface for smooth transitions and animations
- Introduce more complex math functions to be used by users
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can reach me through @briton_otieno4 and share more thoughts to help improve
If you like this project, give it a ⭐️.
I would like to thank Microverse for the support I've received so far.
This project is MIT licensed.