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

https://github.com/tsohledev/math-magicians

Math magicians is a front end only web app created with React to compute simple arithmetic expressions using a interactive calculator in DOM
https://github.com/tsohledev/math-magicians

react

Last synced: about 2 months ago
JSON representation

Math magicians is a front end only web app created with React to compute simple arithmetic expressions using a interactive calculator in DOM

Awesome Lists containing this project

README

          



Math Magicians

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Math Magicians

> About this repository

**Math MAgicians** is a front end only web app created with React to compute simple arithmetic expressions using a interactive calculator in DOM

## 🛠 Built With

### Tech Stack

> My stack is consists only of the client side framework

Client

### Key Features

> Describe between 1-3 key features of the application.

- **[SPA]**
- **[Make arithmetic calculations]**
- **[Read math qoutes]**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Live Demo Link](https://tsohle.me/Math-Magicians)

(back to top)

## 💻 Getting Started

> How to clone and use this project project.

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

-A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)

-VSCode or any other equivalent code editor

-Node Package Manager (For running, debuging, or installing dependancies to be used)

node and npm:

-Linux
```sh
sudo apt install nodejs npm
```
-windows

[download and install](https://nodejs.org/en/)

### Setup

Clone this repository to your desired folder:

- Open the command prompt in the created directory.

- On the terminal run this command
```sh
git clone https://github.com/tsohleDev/Math-Magicians.git
```

- Go to the repository folder using command prompt
```sh
cd Math-Magicians
```

### Install

Install this project with:

```sh
run npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm run watch
```
-

### Deployment

You can deploy this project using:

- To start run
```sh
npm run publish
```

(back to top)

## 👥 Authors

> All of the collaborators of this project.

👤 **Tsohle Mokhemisi**

- GitHub: [@githubhandle](https://github.com/tsohleDev2)
- Twitter: [@twitterhandle](https://twitter.com/RealTsohle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tsohle-mokhemisi-3687401b2/)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **[Make the calculator scientific]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

> To support this project

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

> Credits to everyone who inspired the codebase.

I would like to thank [Microverse](https://microverse.org) for the great content

(back to top)

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)