"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.
- HTML, CSS and JavaScript.
- React.js.
- Node.js (npm).
- Jest(for testing).
To get a local copy up and running follow these simple example steps.
To understand the project you must have a basic knowledge of HTML, CSS and Javascript and most importantly React.js.
To run this project one must have Visual Studio (VS) Code installed and running.
Clone and access the repository using the following commands on Git Bash:
cd PATH
git clone https://github.com/DaveZag/math-magician.git
cd math-magician
Open the directory in visual studio code by typing the following command in Git Bash:
code .
To install all the dependencies and start the program, use the following commands:
npm install
npm start
- Repository: Math magician
👤 Dave ZAGABE
- GitHub: @Dave Zag
- Twitter: @Dave Zagabe
- LinkedIn: @Dave Zagabe
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse for the template and project structure.
This project is MIT licensed.