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

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

The Math Magicians Project is a single-page application (SPA) that allows users to make simple calculations and read random math-related quotes. It is built with React, CSS3, and consumes an API.
https://github.com/katarighe/math-magicians

api css css3 javascript math-magicians microverse-projects react

Last synced: 2 months ago
JSON representation

The Math Magicians Project is a single-page application (SPA) that allows users to make simple calculations and read random math-related quotes. It is built with React, CSS3, and consumes an API.

Awesome Lists containing this project

README

          

# πŸ“— 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)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Run tests](#run-tests)
- [Usage](#usage)
- [πŸ‘₯ Authors](#authors)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Math Magicians Project

The **Maths Magicians React Project** is a beginner-level project on Microverse that teaches you how to build a React app. The project is about a simple calculator that can be used to perform basic mathematical operations.

The project is built with React, JSX, CSS, and JavaScript. It is also deployed on Heroku, so you can try it out by visiting the live demo.

## πŸ›  Built With
* React
* JSX
* CSS
* Javascript ES6
* Visual Studio Code
* ESLint
* Stylelint

### Key Features

> The key features of this project include the following.

- **It is a simple calculator that can be used to perform basic mathematical operations.**
- **It is built with React, JSX, CSS, and JavaScript.**
- **It is deployed on Heroku, so you can try it out by visiting the live demo.**
- **The project is open source, so you are welcome to contribute to it.**

(back to top)

## πŸš€ Live Demo

- Live Demo of the Project: https://jazzy-puffpuff-8c8b52.netlify.app/

(back to top)

## πŸ’» Getting Started
Get ready to explore the cosmos with these steps:

### Prerequisites

Ensure you have:
- A Web Browser such as Microsoft Edge or Google Chrome 🌐
- Git πŸ™
- A code editor such as Visual Studio Code πŸ‘¨β€πŸ’»

### Setup

Use `git clone` to get your local copy of the project.

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

### Install

Run `npm install` to set up the required packages.

```bash
npm install
```

### Run Tests
To run tests run the following command in your terminal
```
npm test
```

### Usage

Launch the app with the following command

```
npm start
```

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Mohamed Aden Ighe**

- GitHub: [@katarighe](https://github.com/katarighe)
- Twitter: [@katarighe](https://twitter.com/katarighe)
- LinkedIn: [@mighe](https://linkedin.com/in/mighe)

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a star⭐️ or a thumbs up πŸ‘ if you like this project! You can visit my GitHub profile for more of my projects.

(back to top)

## πŸ™ Acknowledgments

- Project supervised by [Microverse](https//www.microverse.org/)
- [Creative Commons 4.0 License](https://creativecommons.org/licenses/by-nc/4.0/)

(back to top)

## πŸ“ License

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

(back to top)