https://github.com/enionsouza/math-magicians
"Math magicians" is a website whose core functionality is a calculator.
https://github.com/enionsouza/math-magicians
javascript react
Last synced: 5 months ago
JSON representation
"Math magicians" is a website whose core functionality is a calculator.
- Host: GitHub
- URL: https://github.com/enionsouza/math-magicians
- Owner: enionsouza
- Created: 2021-09-13T20:18:14.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-27T20:32:13.000Z (over 3 years ago)
- Last Synced: 2023-03-10T16:57:39.612Z (about 2 years ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 1.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math Magicians
## About
"Math magicians" is a website whose core functionality is a calculator.
Below, a screenshot of each page of the app is presented.
![]()
![]()
![]()
## Built With
- HTML, CSS, JavaScript;
- ReactJS;
- VisualStudio Code, Git, & GitHub;## Pre-requisites
- NodeJs (v. 14.17)
- YarnJs (v. 1.22.10)
- Git## Live Demo
Live demos for this project can be found on the following Cloud Platforms:
- [Heroku](https://math-magicians-enionsouza.herokuapp.com/),
- [Netlify](https://math-magicians-enionsouza.netlify.app), and
- [GitHub Pages](https://enionsouza.github.io/math-magicians/).## Getting Started
To run this project, you only need a computer with a browser installed, and follow these steps:
1. In your terminal, in the folder of your preference, type the following bash command to clone this repository:
```sh
git clone [email protected]:enionsouza/math-magicians.git
```2. Now that you have already cloned the repo run the following commands to get the project up and running:
```sh
cd math-magicians
yarn
yarn start
```
## Run testsTo test the App's components and logic, please, run the following command:
```sh
yarn test --watchAll
```
When the tests are finished, just hit `q` key to leave the watch mode for the tests.## Author
π€ **Γnio Neves de Souza**
- GitHub: [@enionsouza](https://github.com/enionsouza)
- Twitter: [@enionsouza](https://twitter.com/enionsouza)
- LinkedIn: [Enio Neves de Souza](https://www.linkedin.com/in/enio-neves-de-souza/)## π€ Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/enionsouza/math-magicians/issues).
## Show your support
Give a βοΈ if you like this project!
## π License
This project is [MIT](./LICENSE) licensed.