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

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

โž•๐Ÿงฎ๐ŸŽ“Math Magicians is a Single Page Application (SPA) that includes a Random Quote Generator and a calculator to do some Math! (Just don't divide by 0 ๐Ÿ˜‰)
https://github.com/tomasesquivelgc/math-magicians

api calculator css javascript randomquote react redux redux-thunk singlepageapplication

Last synced: about 2 months ago
JSON representation

โž•๐Ÿงฎ๐ŸŽ“Math Magicians is a Single Page Application (SPA) that includes a Random Quote Generator and a calculator to do some Math! (Just don't divide by 0 ๐Ÿ˜‰)

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](#deployment)
- [๐Ÿ‘ฅ Authors](#authors)
- [๐Ÿ”ญ Future Features](#future-features)
- [๐Ÿค Contributing](#contributing)
- [โญ๏ธ Show your support](#support)
- [๐Ÿ™ Acknowledgements](#acknowledgements)
- [๐Ÿ“ License](#license)

# ๐Ÿ“– Math magicians

**Math magicians** is a single page application built with react that consists of a simple calculator and a radom quote generator.

## ๐Ÿ›  Built With

### Tech Stack

Client

### Key Features

- **Simple calculator app built with JSX**
- **Single page app with 3 pages**
- **Random quote generator**

(back to top)

## ๐Ÿš€ Live Demo

You can try the Demo in [This Link](https://glowing-bienenstitch-48d70a.netlify.app)

(back to top)

## ๐Ÿ’ป Getting Started

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

### Prerequisites

In order to run this project you need a browser.

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone [email protected]:myaccount/my-project.git
```

### Install

Install this project with:

Example command:

```sh
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 test
```

### Deployment

You can deploy this project using github pages

(back to top)

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค **Tomรกs Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)

(back to top)

## ๐Ÿ”ญ Future Features

- [X] **Calculator**
- [X] **About page**
- [X] **Quote generator**

(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

If you like this project give it a star.

(back to top)

## ๐Ÿ™ Acknowledgments

I would like to thank Microverse and my friends and family for their support.

(back to top)

## ๐Ÿ“ License

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

(back to top)