math_magicians

This is a calculator app that provides simple mathematical functions in a beautifully designed app.

Stars
4

Math Magicians

A calculator app that provides simple mathematical functions in a beautifully designed app. Perform basic calculations such as addition, subtraction, multiplication, and division

Built With

  • JavaScript
  • React
  • HTML/SCSS
  • Jest

Getting Started

If you want a copy of this file go to the github repository and download it from there

Setup

git clone  [email protected]:Mhdez221993/JavaScript-capstone-project.git
cd JavaScript-capstone-project
npm install
npm start

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode. See the section about running tests for more information.

npm run build

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you cant go back!

If you arent satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

================

Verify linters

npx eslint .
npx stylelint "**/*.{css,scss}"
  • Autofix linters errors
npx eslint . --fix
npx stylelint "**/*.{css,scss}" --fix
  • you can install it locally
npm install --save-dev eslint@7.11.x eslint-config-airbnb@18.1.x eslint-plugin-import@2.22.x eslint-plugin-jsx-a11y@6.2.x eslint-plugin-react@7.20.x eslint-plugin-react-hooks@2.5.x babel-eslint@10.1.x

npm install --save-dev stylelint@13.3.x stylelint-scss@3.17.x stylelint-config-standard@20.0.x stylelint-csstree-validator

Moises Hernandez Coronado

=======

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

=======

Show your support

Give a if you like this project!

=======

Acknowledgments

  • Microverse for giving me this chance
  • To my Stand Up Team and coding partners who kept my morale up!
  • The amazing code reviewers for making me improve every day 👍
Related Projects