Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tylher/math-magicians
- Owner: tylher
- Created: 2022-04-18T13:11:03.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-02T17:23:13.000Z (over 2 years ago)
- Last Synced: 2023-03-04T13:52:30.758Z (over 1 year ago)
- Topics: babel, css, jsx, react, webpack
- Language: JavaScript
- Homepage: https://tylher.github.io/math-magicians/
- Size: 989 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- 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!