/mathMagician

Math Magician is an online platform tailored for those passionate about mathematics. Functioning as a Single Page App (SPA), it empowers users to execute elementary computations while also uncovering serendipitous math-oriented quotations. Created with React.js and CSS

Primary LanguageJavaScript

logo

Math Magician

📗 Table of Contents

📖 About the Project

Math Magician is an online platform tailored for those passionate about mathematics. Functioning as a Single Page App (SPA), it empowers users to execute elementary computations while also uncovering serendipitous math-oriented quotations.

This endeavor aims to craft a user-intuitive calculator application, accessible across devices linked to the internet. Beyond arithmetic capabilities, it offers motivational and contemplative mathematical quotes, aiming to spark creativity in users.

🛠 Built With

Tech Stack

Client
  • React.js
  • HTML
  • CSS

Key Features

  • Simple calculations
  • Generate random quotes
  • Use API

(back to top)

🚀 Live Demo

Live Demo Link

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need text editor like VSCode.

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Kccendana/mathMagician.git
  cd mathMagician

Install

npm install npm run start

Usage

To run the project, open it through live server or double click the index.html

(back to top)

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 .

(back to top)

👥 Author

👤 Katherine Cendana

(back to top)

🔭 Future Features

  • Add modal
  • Make the website responsive

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project feel free to follow this project and hit the star.

(back to top)

🙏 Acknowledgments

-I would like to thank Microverse for helping me improve my skills in web design

(back to top)

❓ FAQ (OPTIONAL)

  • How can I get a copy of the project and save it in my desktop?

    • You can download the whole folder and save it in your computer or you can clone this repository.

(back to top)

📝 License

This project is MIT licensed.

(back to top)