/math-magicians

Primary LanguageJavaScriptMIT LicenseMIT

Math magicians

๐Ÿ“— Table of Contents

๐Ÿ“– [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.

๐Ÿ›  Built With

Tech Stack

This project was built using the following technologies:

HTML
CSS
React

Key Features

  • calculate simple math operation
  • simple and user frindly

(back to top)

๐Ÿ’ป Getting Started

Prerequisites

  • html, css, React.
  • Git installation
  • A text editor
  • Web browser to view output
  • Code editor

Setup

  • Clone this repository or download the Zip folder:
git clone https://github.com/Esmatullah12/math-magicians.git

you@your-Pc-name:~$ cd math-magician

Usage

  • After Cloning this repo to your local machine
  • run npm start

Run Tests

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

npx stylelint "**/*.{css,scss}"

Track JavaScript linter errors run:

npx eslint .

npm install --save-dev create-react-app .

npm start .

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Esmatullah Qadeemi

๐Ÿ”ญ Future Features

  • adding more calculation operation to calculator
  • improving styling of the calculator

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

โญ๏ธ Show your support

You can show your support by giving a star to this repository.

(back to top)

๐Ÿ™Acknowledgments

I would like to thank Microverse for creating such wonderful opportunity for those who want to be software developer.

๐Ÿ“ License

This project is MIT licensed.

(back to top)