Math-Magicians

This is the first project of the Math Magicians app. In this project, I made a simple SPA that contains three subpages - a simple calculator, a random math-related quote, and Homepage.In addition, Wrote tests for all components.

MIT License

Stars
5

Table of Contents

Math-Magicians

Math-Magicians is the first project of the Math Magicians application with React

Built With

Tech Stack

Key Features

  • You can simple calculate by using calculator
  • You can see random math related quotes

Live Demo

Getting Started

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

Prerequisites

  • In order to run this project you need:

It would be best if you had some familiarity with JS, CSS, and React .

  • A Computer (MAC or PC)
  • code editor (VSCode,Atom etc...)
  • A browser (Chrome,Mozilla,Safari etc...)
  • Version Control System (Git and Github)

Setup

Clone this repository to your desired folder:

       git clone https://github.com/AbdusSattar-70/Math-Magicians.git
       cd Math-Magicians

Install

Install this project with:

     npm install

Run tests and check errors

To run tests and check errors, run the following command:

  • To check Styelint error:-
   npm test
   npx stylelint "\*_/_.{css,scss}"
  • To check Eslint error:-
  npx exlint .

Deployment

You can deploy this project using:

  • render Hosting server.
   npm install
   npm run start

Authors

Abdus Sattar

CONTRIBUTOR

Santosh Konappanavar

Future Features

  • Web Responsiveness for all users
  • Add web accessibility
  • Add gradient background that will change randomly

Contributing

Everybody is welcome to suggest, changes,Contributions, issues, and feature request in this project.

In order to do it, fork this repository, create a new branch and open a Pull Request from your branch.

Feel free to check the issues page.

Show your support

If you like this project, Please give me and you can use it following MIT license.

Acknowledgments

I would like to thank and appreciate who contributes this project.

License

This project is under MIT licensed.

Related Projects