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

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

This is interactive and dynamic Single Page App for math enthusiasts built with React
https://github.com/tsheporamantso/math-magicians

css3 reactjs

Last synced: 7 months ago
JSON representation

This is interactive and dynamic Single Page App for math enthusiasts built with React

Awesome Lists containing this project

README

          

Gladwin Tshepo Ramantso



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)
- [📝 License](#license)

# 📖 Math Magicians

This is a online App for all fans of mathematics.

**Math Magicians** In this project, I built a Single Page App (SPA) that allows users to make simple calculations and read a random math-related qoute.

## 🛠 Built With

- React
- CSS
- JavaScript(ES6)
- JSX
- Jest

### Tech Stack

Version Control

Visual Studio Code

Node js

React

### Key Features

- **Home Page**
- **Calculator Page**
- **Motivational Quote**

(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:

- Node.js in your computer
- IDE(e.g.: Vscode,...)
- Terminal

### Setup

Clone this repository to your desired folder by running the following commands in your terminal:

```sh
cd your-prefered-folder-name

git clone https://github.com/tsheporamantso/math-magicians.git
```

### Install

- Install this project with:

```sh
cd math-magicians

npm install or npm i
```

- Run an optimized build for prodction:

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

## 👥 Authors

👤 **Gladwin Tshepo Ramantso**

- GitHub: [@tsheporamantso](https://github.com/tsheporamantso)
- Twitter: [@ramgt001](https://twitter.com/ramgt001)
- LinkedIn: [Tshepo Gladwin Ramantso](https://www.linkedin.com/in/tshepo-ramantso-b6a35433/)

👤 **Fatihah Omolayo Oduwole**

- GitHub: [jedda](https://github.com/jeddaa)
- Twitter: [@\_jeddaah](https://twitter.com/_jeddaah)
- LinkedIn: [Fatihah Oduwole](https://linkedin.com/in/fatihahoduwole)

(back to top)

## 🔭 Future Features

- [ ] **Test**
- [ ] **Deploy**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tsheporamantso/math-magicians/issues).

(back to top)

## ⭐️ Show your support

If you like this project please follow us on github & twitter and also connect on Linkedin.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for this exercise.

(back to top)

## 📝 License

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

(back to top)