Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muskan2532150/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. On top of this, it also supports admin users to manage trainers by creating and removing the trainers and specialties.
https://github.com/muskan2532150/math-magician
create-react-app javascript jest-tests linters netlify react sass
Last synced: 4 months 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. On top of this, it also supports admin users to manage trainers by creating and removing the trainers and specialties.
- Host: GitHub
- URL: https://github.com/muskan2532150/math-magician
- Owner: muskan2532150
- Created: 2022-09-06T09:06:40.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-14T11:00:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T02:41:10.529Z (4 months ago)
- Topics: create-react-app, javascript, jest-tests, linters, netlify, react, sass
- Language: JavaScript
- Homepage: https://startling-sopapillas-3680f4.netlify.app/
- Size: 1.38 MB
- Stars: 4
- Watchers: 1
- 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://startling-sopapillas-3680f4.netlify.app/)## Built With
- HTML5
- CSS3
- ES6
- 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/muskan2532150/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
### Author 1
👤 **Muskan Gupta**
- GitHub: [@github](https://github.com/muskan2532150)
- Twitter: [@twitter](muskan2532150)
- Linkedin:[Username](https://www.linkedin.com/in/muskan-gupta-869165225/)### Author 2
👤 **Choice Osobor**
- GitHub: [@githubhandle](https://github.com/techEmprez)
- Twitter: [@twitterhandle](https://twitter.com/Suigeneriz_)
- LinkedIn: [Choice Osobor](https://www.linkedin.com/in/choice-osobor/)## 🤝 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)## 📝 License
This project is [MIT](./MIT.md) licensed.