Math Magicians

View Code Github Issues

Content

About   |    Description   |    Live Demo   |    Screenshots   |    Built with   |    Setup   |    Prerequisites   |    Author

About

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

🔴 Live Demo

Click here in order to see a Live Demo of this project.

🔧 Built with

  • ES6
  • HTML
  • CSS
  • React
  • Node

🔨 Setup

Run a Local Copy

  • Download the repository to a local directory on your computer.
  • Or run the following commands on the terminal $ git clone https://github.com/tta2yta/math-magicians.git $ cd math-magicians $ npm install $ npm install --only=dev $ npm start (This is the development mode) $ npm run build (This is the production mode)

Run Test

npm run test

npm run jest

If you are non a technical person you can download the zip file.

  • To do that you have to go to the green button that says 'Code' and then press on it.
  • Choose the option 'Download Zip' and wait until it download.
  • Then you need to decompress it.
  • You will need to have Zip compress file software installed in your computer. If you don't have it you can download it from here https://www.7-zip.org/download.html
  • Do double click on the math-magicians.zip and choose a folder where to place all teh decompressed files.
  • Once you are done decompressing, you can open the created folder.
  • In it you can double click on the index.html file and choose a browser to open it (For example google Chrome Browser).
  • Now you should be able to see the project.
  • Remember to use the mouse to navigate through the website. Also you can use the keys 'arrow up' and 'arrow down' of your keyboard to scroll up and down.

Prerequisites

  • npm
  • A modern up-to-date browser
  • Text Editor

✒️ Author

👤 Tedros Tesfay

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

👍 Show your support

Give a ⭐️ if you like this project!

👏 Acknowledgements