Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tylher/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 and read a random math-related quote.
https://github.com/tylher/math-magicians

babel css jsx react webpack

Last synced: 17 days ago
JSON representation

"Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations and read a random math-related quote.

Awesome Lists containing this project

README

        

# MATH MAGICIAN

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

- Html
- Css
- Js
- React
- Technologies used:
> webpack,
> AJAX,
> API,
> JSON,
> Babel

## Live Demo
View live version of app [here](https://math-magician-tylher.netlify.app/)

## Getting Started

### Prerequisites

You need to have a browser and this tools installed:

- Git
- NodeJS

### Setup

To get a local copy up and running follow these simple example steps:

```
$ git clone [email protected]:tylher/math-magicians.git
```

```
$ cd math-magician
```

```
$ npm i
```
```
$ npm start
```

### Usage

To build a version of the website under Development mode:

```
$ npm run dev
```

To build the production version:

```
$ npm run build
```

### Run tests

To run tests in terminal use:

```
npm test
```

## Authors

👤 adam pithewan **Taiwo Damola Adediran**

- GitHub: [@tylher](https://github.com/tylher)
- Twitter: [@tylher123](https://twitter.com/tylher123)
- LinkedIn: [Taiwo Adediran](https://www.linkedin.com/in/taiwo-adediran-327654127/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!