/math-magicians

Math magicians" This 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.

Primary LanguageJavaScriptMIT LicenseMIT

πŸ“— Table of Contents

πŸ› οΈ Built With

Tech Stack

  • HTML
  • CSS
  • JAVASCRIPT
  • React

(back to top)

Key Features

  • Use React Router.
  • Use styles in a React app.

(back to top)

πŸš€ Live Demo

Click here

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need the following:

Setup

  • Navigate to the location of the folder in your machine

Install

To install all dependencies, run:

npm install

Usage

Because this project uses webpack as a bundler, to run the project, execute the following command:

  • npm run start

  • OR

  • npm start

Run tests

To run tests, run the following command:

  • Track HTML linter errors run

npx hint .

  • Track CSS linter errors run:

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

  • Track JavaScript linter errors run:

npx eslint .

Usage

To run the project, follow these instructions:

  • After Cloning this repo to your local machine.
  • Open the index.html in your browser.

Run tests

To run tests, run the following command:

  • Track HTML linter errors run:

npx hint .

  • Track CSS linter errors run:

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

  • Track JavaScript linter errors run:

npx eslint .

Deployment

  • Deployed with github pages
  • For more information about publishing sources, see "About GitHub pages".

(back to top)

πŸ‘₯ Authors

πŸ‘€ Emmanuel Kipngeno

πŸ”­ Future Features

  • Use React Router.
  • Use styles in a React app.

(back to top)

⭐️ Show your support

If you like this project give start.

(back to top)

🀝 Contributing

Contributions, issues page issues, and feature requests are welcome!

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for this opportunity.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)