Math-Magicians is a single-page application (SPA) that allows users to make simple calculations and read a random math-related quote.
- HTML
- CSS
- JavaScript
- React
- Webpack
-
Single Page Application
-
Make simple calculations
-
Displays a math_related quote
To get a local copy up and running, follow these steps.
In order to run this project you need:
- node.js
- git
- gitHub account
- VSCode (or another code editor);
- modern browser (supporting HTML5 and CSS3) is highly recommended
Clone this repository to your desired folder:
-
Open your terminal
-
Navigate to the directory where you want to clone the project.
-
Clone the project using by running the following command:
git clone https://github.com/yusufyusie/Math-Magicians.git
Install this project using the following command:
npm install
.
To run the project, execute the following commands:
-
This project was bootstrapped with Create React App.
To install all dependencies run the following command:
-
npm install
-
npm run build
-
npm start
To run tests, run the following command:
npm test
To run Stylelint and ESLint tests, run the following commands respectively:
npx stylelint "**/*.{css,scss}"
npx eslint .
You can deploy this project using:
👤 Yesuf Fenta
- GitHub: @yusufyusie
- Twitter: @yusufyusiee
- LinkedIn: yusufyusie
- Scientific calculation feature can be added
- Neumorphism style on calculator can be added
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-
How to fix JavaScript + CSS + HTML linter errors?
- Kindly use the following in your project's root directory:
npx stylelint "**/*.{css,scss} --fix"
npx eslint . --fix
This project is MIT licensed.