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

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.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

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

## 👥 Authors

👤 **Choice Osobor**

- GitHub: [![@techEmprez](https://img.shields.io/badge/-techEmprez-white?logo=GitHub&logoColor=181717&style=plastic)](https://github.com/techEmprez)
- Twitter: [![@techEmprez](https://img.shields.io/badge/-techEmprez-blue?logo=Twitter&logoColor=skyBlue&style=plastic)](https://twitter.com/techEmprez)
- LinkedIn: [![Choice-Osobor(techEmprez)](https://img.shields.io/badge/-ChoiceOsobor-white?logo=LinkedIn&logoColor=181717&style=plastic)](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)