https://github.com/jfoyarzo/math-magicians
https://github.com/jfoyarzo/math-magicians
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfoyarzo/math-magicians
- Owner: jfoyarzo
- License: mit
- Created: 2022-10-26T00:56:59.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-11-05T02:40:56.000Z (over 2 years ago)
- Last Synced: 2023-05-04T10:23:05.383Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Math Magicians
A simple React project on its early stages. It will include a calculator component and other elements
## Built With
- HTML
- CSS
- JavaScript
- React## Live version
You can see a deployed version of the app [here](https://jfoyarzo-math-magicians.netlify.app/)
## Getting Started
To get a local copy, run the following command.
- `git clone [email protected]:jfoyarzo/math-magicians.git`
### Prerequisites
- node.js
- git### Install
To install dependencies run
`npm install `### Usage
Run `npm start` on the app folder to serve files for access on http://localhost:3000/
## Authors
👤 **Felipe Oyarzo**
- GitHub: [@jfoyarzo](https://github.com/jfoyarzo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jorge-felipe-oyarzo-contreras-647118247/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/jfoyarzo/math-magicians/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Calculator component design based on [Sparrow's](https://codepen.io/SpallowLiu) calculator.
- This apps uses the Random Quote Generator API from [arcanemutterings](https://github.com/arcanemutterings), more info [here](https://github.com/arcanemutterings/random-quote-generator-api)## 📝 License
This project is [MIT](./LICENSE) licensed.