/math-magicians

"Math Magicians" is a Single Page App (SPA) divided into three sections: Home, Quote, and Calculator. It enables users to perform simple calculations such as addition, subtraction, and multiplication, in addition to reading random math-related quotes. Built with JavaScript and React.

Primary LanguageJavaScriptMIT LicenseMIT

logo

README

📗 Table of Contents

📖 Math magicians

What is Math magicians?

Math magicians is a single Page App (SPA) that allows user to:

  • Make simple calculations
  • Read a random math-related quote.

🛠 Built With

Tech Stack

Do you want to know the techologies we have used?

Client
Server

Key Features

  • Home Page
  • Calculator included
    • Calc Perform operations properly
    • Calc dislay in real time when a digit is pressed
  • Displays a random Math Quote
    • Include a loading indicator

(back to top)

🚀 Live Demo

You can take a look for the live version below:

(back to top)

💻 Getting Started

How to use this project:

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

Prerequisites

In order to run this project you need :

  • a Node version
  • a terminal

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone git@github.com:Diegogagan2587/math-magicians.git

Install

Install this project with:

  cd math-magicians
  npm install

Usage

To run the project in developing mode, execute the following command:

  npm start

previous command should start running the project on a local server.

Run tests

To run tests, run the following command:

  npm test

Deployment

You can deploy this project using:

Example:

  npm run build

(back to top)

👥 Authors

👤 Dievo Vidal Lopez

(back to top)

🔭 Future Features

Additional Features I will add.

  • Home Page with personalized content

(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 leave an star to this repo.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for suggesting projects like this!.

(back to top)

📝 License

This project is MIT licensed.

(back to top)