https://github.com/developertariq/math-magicians
Math Magicians is a website for all fans of mathematics. It is a Single Page App (SPA). This project will start by building the core functionality, which is a calculator. At the very beginning website will contain only the simple calculator and it will be able to perform all math operations.
https://github.com/developertariq/math-magicians
Last synced: about 1 year ago
JSON representation
Math Magicians is a website for all fans of mathematics. It is a Single Page App (SPA). This project will start by building the core functionality, which is a calculator. At the very beginning website will contain only the simple calculator and it will be able to perform all math operations.
- Host: GitHub
- URL: https://github.com/developertariq/math-magicians
- Owner: developertariq
- License: mit
- Created: 2023-01-09T20:28:32.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-19T19:32:26.000Z (over 3 years ago)
- Last Synced: 2025-02-04T12:48:37.762Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.36 MB
- Stars: 1
- 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
- [Math Magicians](#math-magicians)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Math Magicians ](#-math-magicians-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)
**Math Magicians** is a website for all fans of mathematics. It is a Single Page App (SPA). This project will start by building the core functionality, which is a calculator. At the very beginning website will contain only the simple calculator and it will be able to perform all math operations.
Client
Server
Database
- **Make simple calculations.**
- **Read a random math-related quote.**
- [Live Demo](https://tariq-mathmagicians.onrender.com/)
To get a local copy up and running, follow these steps.
```sh
cd my-folder
git clone https://github.com/developertariq/math-magicians.git
cd math-magicians
npm start
```
### Prerequisites
In order to run this project you need:
Install Node.js and NPM.
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/developertariq/math-magicians.git
```
### Install
Install this project with:
```sh
cd my-project
npm run build
```
### 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:
👤 **Md Tariq-ul Islam**
- GitHub: [developertariq](https://github.com/developertariq)
- LinkedIn: [developer-tariq](www.linkedin.com/in/developer-tariq)
- Twitter: [developer_tariq](https://twitter.com/developer_tariq)
If you spot any bugs or issues in this activity, you can [open an issue with your proposed change](../../issues/).
If you like this project, please give a star.
I would like to thank reviewers, coding parnters, and the Microverse.
This project is [MIT](./LICENSE) licensed.