Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleksandarivezic/math-magicians
The website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read a random math-related quote.
https://github.com/aleksandarivezic/math-magicians
javascript
Last synced: 1 day ago
JSON representation
The website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations and read a random math-related quote.
- Host: GitHub
- URL: https://github.com/aleksandarivezic/math-magicians
- Owner: AleksandarIvezic
- Created: 2021-09-13T09:13:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T11:17:54.000Z (over 3 years ago)
- Last Synced: 2024-12-21T07:51:29.139Z (8 days ago)
- Topics: javascript
- Language: JavaScript
- Homepage:
- Size: 1.45 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/microverse-blueviolet)
# Math magicians
> "Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to:
- Make simple calculations.
- Read a random math-related quote.![screenshot](./Screenshot-math-mag.png)
## Built With
- React
## Live Demo
[GH Pages](https://shinobiwarior.github.io/Math-magicians/)
[Heroku](https://aleks-math-magicians.herokuapp.com/)
[Netlify](https://aleks-math-magicians.netlify.app/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node.js
- npm### Setup
Clone the repository with:
```
git clone [email protected]:ShinobiWarior/Math-magicians.git
```
or download [ZIP file](https://github.com/ShinobiWarior/Math-magicians/archive/refs/heads/dev.zip)### Install
To install all dependencies run:
```
npm install
```
### Usage
To run it on the browser you can run in the project directory:```
npm start
```## Run tests
To test the project please run in the project directory:```
npm test
```## Author
👤👤 **Aleksandar Ivezic**
- GitHub: [@Aleksandar Ivezic](https://github.com/ShinobiWarior)
- Twitter: [@AIvezic](https://twitter.com/AIvezic)
- LinkedIn: [Aleksandar Ivezic](https://www.linkedin.com/in/aleksandar-ivezic/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ShinobiWarior/Math-magicians/issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- This project was inspired by [Microverse](https://www.microverse.org/?grsf=w9rx3c)