- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
Math Magician is an online platform tailored for those passionate about mathematics. Functioning as a Single Page App (SPA), it empowers users to execute elementary computations while also uncovering serendipitous math-oriented quotations.
This endeavor aims to craft a user-intuitive calculator application, accessible across devices linked to the internet. Beyond arithmetic capabilities, it offers motivational and contemplative mathematical quotes, aiming to spark creativity in users.
Client
- React.js
- HTML
- CSS
- Simple calculations
- Generate random quotes
- Use API
In order to run this project you need text editor like VSCode.
Clone this repository to your desired folder:
git clone https://github.com/Kccendana/mathMagician.git
cd mathMagician
npm install
npm run start
To run the project, open it through live server or double click the index.html
To run tests, run the following command:
- Track HTML linter errors run:
npx hint .
- Track CSS linter errors run:
npx stylelint "**/*.{css,scss}"
- Track JavaScript linter errors run:
npx eslint .
👤 Katherine Cendana
- GitHub: @Kccendana
- Twitter: @kc_telyn
- LinkedIn: LinkedIn
- Add modal
- Make the website responsive
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to follow this project and hit the star.
-I would like to thank Microverse for helping me improve my skills in web design
-
How can I get a copy of the project and save it in my desktop?
- You can download the whole folder and save it in your computer or you can clone this repository.
This project is MIT licensed.