Math Magicians App is a Single Page App (SPA) website for all fans of mathematics which allows users to make simple calculations and read a random math-related quote.
- Make simple calculations.
- Read a random math-related quote.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A PC running any operating system like Windows, Linux, or MacOS
- An Internet connection
- Knowledge of some basic Git commands
- A browser like Brave, Google Chrome, Mozilla Firefox or Microsoft Edge
- Git installed
- Clone this repository to your desired folder:
git clone https://github.com/miltonHenschel/math-magicians-app.git
cd math-magicians-app
- Open the file in your code editor
code .
- Create a react app:
npx create-react-app .
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm test
You can build this project using:
npm run build
👥 Henschel Nketchogue M.
- GitHub: miltonHenschel
- LinkedIn: henschelnketchoguem
- Twitter: nketchogue
- Instagram: mpatchiehenschel
- Improve design.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project...
This project is MIT licensed.