Skip to content

mhnazary/math-magicians

Repository files navigation


Math Magicians


📗 Table of Contents

📖 Description

"Math Magicians" is a website for all fans of mathematics.It is a Single Page App (SPA) that allows users to make simple calculations and read random math-related quotes.

(back to top)

⭐️ Key Features

  • Calculator: Perform basic mathematical operations such as addition, subtraction, multiplication, and division.
  • Random Quote: Read and enjoy random math-related quotes to spark inspiration and curiosity.

(back to top)

💻 Getting Started

To get a local copy of the project up and running, follow these steps:

Prerequisites

Ensure that you have Node.js installed on your machine.

Installation

Clone the repository to your local machine and navigate to the project directory.

git clone https://github.com/mhnazary/math-magicians.git
cd math-magicians

Dependencies

Install the necessary dependencies using npm.

npm install

Development

Start the development server and open the website in your browser.

npm start

Production

Build the optimized production-ready bundle.

npm run build

(back to top)

🛠 Technologies Used

  • React: JavaScript library for building user interfaces.
  • HTML: Markup language for creating the structure of web pages.
  • CSS: Styling language for designing the visual presentation of web pages.
  • JavaScript: A programming language for implementing interactive functionality.

(back to top)

👥 Authors

👤 Mahram Hossain

Feel free to reach out to us if you have any questions or collaboration opportunities!

(back to top)

🔭 Future Features

  • Add automatic testing
  • Add some animation

(back to top)

🤝 Contributing

Contributions are welcome! If you have any ideas, improvements, or bug fixes, please open an issue or submit a pull request. For major changes, please discuss them with the project maintainers first.

(back to top)

⭐️ Show your support

If you like this project, please give a ⭐️ (Thank you)

(back to top)

🙏 Acknowledgments

  • I would like to thank Microverse for this learning opportunity.

  • Microverse team

(back to top)

📝 License

This project is MIT licensed.

(back to top)