- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Math Magicians: A React-based SPA for math enthusiasts to perform calculations and discover math-related quotes..
- HTML
- CSS
- ES6
- Webpack
- React
- Jest
- Make simple calculations.
- Read a random math-related quote.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A Chrome browser
- Node
- npm
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:rmiyoyo/math-magicians.git
Install the prerequisites this project using:
cd math-magicians
npm start
To run the project:
npm install
To run tests after setting up the linters, run the following command:
npx hint .
npx stylelint "**/*.{css,scss}"
npx eslint "**/*.{js,jsx}"
You can deploy this project using:
- Run index.html on your preferred browser.
👤 Raphael Miyoyo
- GitHub: Raphael Miyoyo
- Twitter: @r_miyoyo
- LinkedIn: LinkedIn
- Deploy to a live server
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, create a pull request or hit me up on @r_miyoyo.
I appreciate you for having a look at my project! 💯
This project is MIT licensed.