bushmusi / math-magicians

Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote.

Home Page:https://bushmusi.github.io/math-magicians/calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Math-Magicians

This project is build using React framework and I have used stylelint and eslinte for checking linter errors.

Below features are added here

  • Basic mathematical operation
  • CSS3 grid features have used for input displays

Live Demo

Built With

  • React.Js
  • CSS3
  • Linters

Getting Started

To get a local copy up and running follow these simple example steps.

  1. git clone https://github.com/bushmusi/math-magicians
  2. cd math-magicians
  3. npm start

Run tests

For tracking linters errors locally, you need to follow these steps:

  • For tracking linter errors in CSS file run:
  1. npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
  2. npx stylelint "**/*.{css,scss}"
  • For tracking linter errors in Javascript file run:
  1. npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
  2. npx eslint .

Deployment

  • Use GitHub pages to deploy website
  • For more information about publishing sources, see About github pages

Author

👤 Bushra

🤝 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
  • Coding Partners
  • Code Reviewers

📝 License

This project is MIT licensed.

About

Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to: Make simple calculations. Read a random math-related quote.

https://bushmusi.github.io/math-magicians/calculator


Languages

Language:JavaScript 67.0%Language:HTML 17.9%Language:SCSS 10.3%Language:CSS 4.8%