Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ismailco/math-magicians
This is my first react.js App, that I build while learning React. The App has the functionality of Calculator and some mathematic quotes
https://github.com/ismailco/math-magicians
javascript react reactjs vanilacss
Last synced: 26 days ago
JSON representation
This is my first react.js App, that I build while learning React. The App has the functionality of Calculator and some mathematic quotes
- Host: GitHub
- URL: https://github.com/ismailco/math-magicians
- Owner: Ismailco
- License: gpl-3.0
- Created: 2022-03-14T10:34:04.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-15T16:38:56.000Z (over 2 years ago)
- Last Synced: 2023-03-06T22:54:02.078Z (almost 2 years ago)
- Topics: javascript, react, reactjs, vanilacss
- Language: JavaScript
- Homepage: https://mv-calculator.herokuapp.com/
- Size: 652 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math Magicians
> This is my first react.js App, that I build while learning React. The App has the functionality of Calculator and some mathematic quotes.
![](./screenshot.png)
![](./screenshot1.png)## Build with
- React
## Live Links
### [Heruko](https://mv-calculator.herokuapp.com/)
### [Netlify](https://mathmagician2022.netlify.app/)
## Getting Started
### Prerequisites
You need to have a browser and this tools installed:
- git
- Node### Setup
To get a local copy up and running follow these simple example steps:
```
$ git clone [email protected]:Ismailco/math-magicians.git```
```
$ cd math-magicians
``````
$ npm i
``````
$ npm start
```### Usage
To build the production version:
```
$ npm run build
```### Run tests
To run tests in terminal use:
```
npm test
```## Authors
👤 **Ismail Courr**
- GitHub: [@ismailco](https://github.com/ismailco)
- Twitter: [@ismailcourr](https://twitter.com/ismailcourr)
- LinkedIn: [Ismail Courr](https://linkedin.com/in/ismailcourr)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [GPL-3.0](./LICENSE) licensed.