"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations & Read a math-related quote.
This is just a simple calculator user interface that I built using the React framework.
- HTML, CSS, and JavaScript
- React
- Jest
- React testing library
To get a local copy up and running follow these simple example steps.
To setup the project in your local, in the repo page:
click on code (dropdown list) > Download as ZIP.
or open terminal of path you want to install project and run this command
git clone https://github.com/Amrhub/math-magicians.git
cd math-magicians
To run the project open folder (after extraction) or cloning then run these commands:
npm install
to install all dependencies
npm start
to start the application, you should see the application working at: https://localhost:3000/
Tests include unit tests, user interaction tests, and snapshot tests.
to test the application locally run:
npm test
to run the tests
👤 Amr Ahmed
👤 Nicolae Pop
- GitHub: @nicupop729
- Twitter: @nicupop729
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- React
- Microverse⭐️ helped me to learn React.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
This project is MIT licensed.