Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmoseka/react-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.
https://github.com/jmoseka/react-math-magicians
Last synced: about 1 month 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. Read a random math-related quote.
- Host: GitHub
- URL: https://github.com/jmoseka/react-math-magicians
- Owner: jmoseka
- Created: 2022-05-23T09:36:25.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-12-13T20:17:06.000Z (about 2 years ago)
- Last Synced: 2023-03-11T20:22:23.410Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.8 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-math-magicians
React 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 🔨
- React
- Webpack## Screenshot
## Setup
### Clone this repository
```bash
$ git clone https://github.com/jmoseka/react-math-magicians.git
$ cd react-math-magicians
```### Run project
```bash
$ npm install
$ npm run start
```### Open page in browser
```bash
open http://localhost:3000/
```### Prerequisites
- IDE (VCode For me 🔥).
- Git and GitHub
- npm and node.js installed.## Authors
👤 **Jamila Moseka**
- GitHub: [@jmoseka](https://github.com/jmoseka)
👤 **Hammed Adisa**
- GitHub: [@AbuRayhaan](https://github.com/AbuRayhaan)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc