An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        



Microverse


GitHub last commit (branch)


GitHub Repo stars

# 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.


Home Page



Calculator



Quote

## 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 tests

To 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.