https://github.com/tomasesquivelgc/math-magicians-v2
This is a new version of my "Math-Magicians" project where I create an SPA with a calculator and a quote generator.
https://github.com/tomasesquivelgc/math-magicians-v2
Last synced: 3 months ago
JSON representation
This is a new version of my "Math-Magicians" project where I create an SPA with a calculator and a quote generator.
- Host: GitHub
- URL: https://github.com/tomasesquivelgc/math-magicians-v2
- Owner: tomasesquivelgc
- License: mit
- Created: 2023-08-10T18:51:19.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-08-19T20:44:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T03:49:33.459Z (5 months ago)
- Language: JavaScript
- Size: 611 KB
- Stars: 2
- 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.