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.
Client
- Make simple calculations
- Read a random math-related quote
To get a local copy up and running, follow these steps.
In order to run this project you need:
npm install
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/Wineshuga/math-magicians.git
Install this project with:
cd my-project
npm install
To run the project:
- Go to
/src/components/Quotes.js
. - Replace API key with yours in a
.env
file. - Then, execute the following command:
npm start
To run tests, run the following command:
npm run test
👤 Author1
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Full website setup
- Fetch data from API
- Functional components
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give it a Star⭐️
I would like to thank Microverse for inspiring this project.
This project is MIT licensed.