https://github.com/techemprez/math-magician
"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. This is mainly a ReactJs project with full implementation.
https://github.com/techemprez/math-magician
Last synced: 14 days ago
JSON representation
"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. This is mainly a ReactJs project with full implementation.
- Host: GitHub
- URL: https://github.com/techemprez/math-magician
- Owner: techEmprez
- Created: 2022-09-07T23:02:16.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-07-08T16:56:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T08:07:58.674Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Math Magician
"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.
This is mainly a ReactJs project with full implementation.# Live Demo
[Live Demo](https://majestic-basbousa-03c012.netlify.app)
## Built With
- ReactJs
- CSS3## Project Setup
To get a local copy up and running follow these simple example steps.
### Prerequisites
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries
- Git
- GitHub### Setup
1. Clone the repo in your local machine:
```bash
git clone https://github.com/techEmprez/math-magician```
2. Open terminal and cd into project and install the dependencies
```bash
cd math-magician
npm install
```3. run the command to open your index.html automatically in your brower:
```bash
npm run build
npm start
```👤 **Choice Osobor**
- GitHub: [](https://github.com/techEmprez)
- Twitter: [](https://twitter.com/techEmprez)
- LinkedIn: [](https://www.linkedin.com/in/choice-osobor/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Math Magician](https://github.com/microverseinc/curriculum-react-redux/blob/main/math-magicians/sneak_peek.md)