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

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


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

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)

- [📝 License](#license)

# 📖 [math-magicians]

**[math-magicians]** is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to:

- Make simple calculations.
- Read a random math-related quote.

## 🛠 Built With
- JSX
- CSS
- Javascript
- React

### Key Features

- **[Users can make simple calculations.]**
- **[Read a random math-related quote.]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://math-magician-web-app.onrender.com)

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

- Code editor (preferably 'Vs code')
- NodeJs
- Git
- Browser

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/Progress2002/math-magicians.git
```
-

### Install

Install this project with:

1. Install Node Modules

```sh
npm install
```

### Usage

To run the project, execute the following command:

1. Generate a full static production build

```sh
npm run build
```

2. Start the development server

```sh
npm start

```

(back to top)

## 👥 Authors

👤 **Progress**

- GitHub: [@githubhandle](https://github.com/Progress2002)
- Twitter: [@twitterhandle](https://twitter.com/Progress_2002)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/progress-ezeamaka-27b114247)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **calculate sin,cos and tan**
- [ ] **calculate square root and to the power**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please leave a star. Thank you 🙏

(back to top)

## 🙏 Acknowledgments

I would like to thank Microvers for this awesome project idea.

(back to top)

(back to top)

## 📝 License

This project is [MIT](https://github.com/Progress2002/math-magicians/blob/develop/LICENSE) licensed.

(back to top)