"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.
FrontEnd
Test
- Jest
- A React App.
[View Calculator App](coming soon)
To get a local copy up and running follow these simple example steps.
- You need to have Code Editor Installed
- Make sure Nodejs and NPM is installed in your system for linters and libraries
- Clone the repo in your local machine:
git clone git clone https://github.com/edubew/calculator-app
- Open terminal and cd into project and install the dependencies
cd Math-Magician
npm install
- run the command to open your index.html automatically in your brower:
npm run build
npm start
👤 Winfred Edube
- GitHub: @edubew
- Twitter: @edube_winne
- LinkedIn: LinkedIn
- A Calculator Logic
- Add Events to calculator buttons
- Fetch data from an API
- Single Page App - Add routes to make a SPA
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.