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 ๐)
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/math-magicians
- Owner: tomasesquivelgc
- License: mit
- Created: 2023-06-05T21:03:26.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-07-13T17:49:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T04:36:40.063Z (about 2 months ago)
- Topics: api, calculator, css, javascript, randomquote, react, redux, redux-thunk, singlepageapplication
- Language: JavaScript
- Homepage: https://glowing-bienenstitch-48d70a.netlify.app
- Size: 627 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** is a single page application built with react that consists of a simple calculator and a radom quote generator.
Client
- **Simple calculator app built with JSX**
- **Single page app with 3 pages**
- **Random quote generator**
You can try the Demo in [This Link](https://glowing-bienenstitch-48d70a.netlify.app)
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
๐ค **Tomรกs Esquivel**
- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)
- [X] **Calculator**
- [X] **About page**
- [X] **Quote generator**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project give it a star.
I would like to thank Microverse and my friends and family for their support.
This project is [MIT](./LICENSE) licensed.