- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
Client
- Calculator that performs all math operations
- Fetch data from API
- Implement a CSS Preprocessor.
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Git on your computer Git
- Any text editor like VSCode
- Install linters on your local environment
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/kambereBr/math-magicians.git
- Navigate to the project directory:
cd math-magicians
Install npm:
npm install
npm run build
Inside your IDE:
npm start
You can deploy this project using: GitHub Pages
In order to follow the Linters you could check them using this:
HTML Checker:
npx hint .
CSS Checker:
npx stylelint "**/*.{css,scss}"
JavaScript Checker:
npx eslint .
Use at the end '--fix' to help you out with any error.
👤 Bruno Kambere
- GitHub: @kambereBr
- Twitter: @kambereBr
- LinkedIn: bruno kambere
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to watch it and take some features that will enhance your project as well.
I would like to thank the Microverse Team for reviewing my code and making me a better professional.
This project is MIT licensed.