Math-Magicians-React-App

โš›๏ธ Math Magicians is a website for all fans of mathematics. This Single Page App (SPA) that allows users make simple calculations and read a random math-related quote.

MIT License

Stars
5

๐Ÿ“— Table of Contents

๐Ÿ“– Math Magicians

This is a math magician's app built with HTML, CSS, and REACT in this app you can make some calculations math like addition and division..etc, also I used the external API to fetch some quotes for the app using the use effect hook.

๐Ÿ›  Built With

Tech Stack

Key Features

  • Set up the project using (CRA) create-react-app๐Ÿ‘.
  • Remove the boilerplate from the project after setting up๐Ÿ’ฏ.
  • Use the basic CSS style for styling the components.

๐Ÿš€ Live Demo

๐Ÿ’ป Getting Started

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

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone [email protected]:Kidd254/Math-Magicians-React-App.git

Install

Install this project with:

  cd Math-Magicians-React-App
  npm install

Usage

To run the project, execute the following command:

  npm start

Run tests

To run tests for the linter, run the following command:

 npx hint .
npx eslint . --fix

๐Ÿ‘ฅ Authors

๐Ÿ‘ค Lawrence Muema Kioko

๐Ÿ”ญ Future Features

  • I will test this app using the library from React or maybe use Jest to test it๐Ÿ‘Œ๐Ÿ’ฏ.
  • Add the react-router dom for the project to navigate from the pages using the navigation
  • Add the Quotes component to fetch the quotes from the API ๐Ÿš€

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

โญ๏ธ Show your support

  • If you like this project you can give me a star ๐Ÿ˜Š just to prove my app that it is useful for everyone and the users can use it to calculate anything ๐Ÿ’ฏ.

๐Ÿ™ Acknowledgments

  • I would like to thank Microverse for this opportunity.
  • What is this for?

    This is a React.js project created by Microverse to allow students learn and practice React.js.

  • Can I copy this project?

    Your welcome, copy this project and let us know if you need something.

๐Ÿ“ License

This project is MIT licensed.

Related Projects