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 random math-related quote.
Client
- Make calculations more scientific
- 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:
npm start
Clone this repository to your desired folder:
git clone https://github.com/Balikuddembe/Math-Magicians-APP.git
To run the project, execute the following command:
npm start
To run tests, run the following command:
npm run test
👤 Emmanuel Balikuddembe
- GitHub: @Balikuddembe
- Twitter: @BalixEmma
- LinkedIn: emmanuel-balikuddembe
👤 Gueleu S. Farida
- GitHub: @SFarida
- Twitter: @First_Dialo
- LinkedIn: farida-gueleu
- Add more scientific operations to the calculator
- Different Math quotes should display on a daily
- Add a mobile version
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page).
If you like this project please give it a star 😁🌟✨
Give credit to everyone who inspired your codebase.
I would like to thank my partner Gueleu S. Farida for her technical expertise and collaborative spirit were instrumental in shaping the direction of this project, and I learned a lot from working with her. Additionally, I would like to acknowledge the contributions of the open source community, whose libraries and frameworks made it possible to build this project efficiently and effectively. Thank you all for your invaluable contributions.
-
What are the required software and tooling I need to have installed in order to work with this React app?
- You need to have Node.js and a package manager like npm or yarn installed on your local machine
-
How can I run the React app locally and make changes to it? Are there any specific commands I need to run, or any particular files I need to modify in order to see my changes reflected in the app?
- Open a command prompt or terminal window and navigate to the root directory of your React app.
- Run the command npm start or yarn start (depending on your package manager) to start the development server.
- Once the development server is running, you should be able to view the app in your web browser by navigating to http://localhost:3000 (unless you have specified a different port in your app configuration).
- To make changes to the app, you can edit the source code files in the src directory. The development server should automatically reload the app in your browser whenever you save changes to your code.
- If you encounter any issues while making changes to the app, you may want to check the console output in your browser's developer tools for any error messages or warnings. You can also consult the React documentation or community forums for troubleshooting help.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.