Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/medsonmoombe/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 and read a random math-related quote.
https://github.com/medsonmoombe/math_magician
css reactjs
Last synced: 11 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/medsonmoombe/math_magician
- Owner: medsonmoombe
- License: mit
- Created: 2022-05-31T07:40:41.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-07-07T20:42:34.000Z (over 2 years ago)
- Last Synced: 2023-03-04T01:49:06.444Z (almost 2 years ago)
- Topics: css, reactjs
- Language: JavaScript
- Homepage:
- Size: 732 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Math_magician
> A web app for math magicians.
> ![calc](https://user-images.githubusercontent.com/98400013/171272223-87ce7e28-5117-4c2e-9a5c-407fd5895305.png)## Built With
- HTML
- CSS
- JAVASCRIPT
- React## Live Demo (if available)
[Live Demo Link](https://cozy-centaur-d16d95.netlify.app/)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Web browser
- Code editor### Setup
```bash
npm install
``````bash
npm build
``````bash
npm start
```### Run the following commands to run linter tests
StyleLint
```bash
npx stylelint "**/*.{css,scss}"
```ESLint
```bash
npx eslint .
```## Authors
👤 **Author1**
- GitHub: [@medsonmoombe](https://github.com/medsonmoombe)
- Twitter: [@emmanue78388405](https://twitter.com/@emmanue78388405)
- LinkedIn: [@Emmanuel moombe](https://www.linkedin.com/in/emmanuel-moombe-821918230/)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
## 📝 License
This project is [MIT](https://github.com/medsonmoombe/math_magician/blob/dev/LICENSE) licensed.
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!