Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riyabulia12/math-magician
Math-Magician is a Single Page App (SPA) that allows users to: Make simple calculations & Read a random math-related quote.
https://github.com/riyabulia12/math-magician
css3 es6 html html5 javascript react reactjs
Last synced: 27 days ago
JSON representation
Math-Magician 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/riyabulia12/math-magician
- Owner: RiyaBulia12
- Created: 2022-09-05T10:57:05.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2022-10-15T11:37:56.000Z (about 2 years ago)
- Last Synced: 2024-10-03T02:21:25.352Z (about 2 months ago)
- Topics: css3, es6, html, html5, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://riya-math-magician.netlify.app/
- Size: 1.64 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 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.# Live Demo
[Live Demo](https://riya-math-magician.netlify.app/)## Built With
- HTML5, CSS3, ES6, Webpack, React## Project Setup
To get a local copy up and running follow these simple example steps.### Prerequisites
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries### Setup
1. Clone the repo in your local machine:
```bash
git clone https://github.com/RiyaBulia12/Math-Magician.git
```
2. Open terminal and cd into project and install the dependencies
```bash
cd Math-Magician
npm install
```3. run the command to open your index.html automatically in your brower:
```bash
npm run build
npm start
```## Authors
👤 **Riya Bulia**
- GitHub: [@RiyaBulia12](https://github.com/RiyaBulia12)
- LinkedIn: [Riya-Bulia](https://linkedin.com/in/riya-bulia)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Math Magician](https://github.com/microverseinc/curriculum-react-redux/blob/main/math-magicians/sneak_peek.md)