Math-Magicians is a Single Page Application (SPA), built with React, that allows users to make simple calculations and read a math-related quote.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
Open your terminal
Navigate to the directory where you want to clone the project.
Clone the project using by running the following command:
git clone https://github.com/gealsanchez/mathMagicians.git
Install this project using the following command:
npm install
.
To run the project, execute the following commands:
npm run build
npm start
To run tests, run the following command:
npm test
👤 Gerson SANCHEZ
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
N/A
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.