https://github.com/codecaiine/math-magicians
A calculator app built with React.js using React Hooks and Routers. The app contains 3 pages with basic styling. Calculator operations, as well as React components, were tested with Jest and React Testing Library.
https://github.com/codecaiine/math-magicians
javascript react
Last synced: 3 months ago
JSON representation
A calculator app built with React.js using React Hooks and Routers. The app contains 3 pages with basic styling. Calculator operations, as well as React components, were tested with Jest and React Testing Library.
- Host: GitHub
- URL: https://github.com/codecaiine/math-magicians
- Owner: codecaiine
- Created: 2021-09-20T10:23:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T08:47:04.000Z (over 3 years ago)
- Last Synced: 2025-01-24T11:24:18.180Z (5 months ago)
- Topics: javascript, react
- Language: JavaScript
- Homepage:
- Size: 2.46 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math Magicians
Math magicians is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make simple calculations, and read a random math-related quote.

## Live Demo
[Live Demo Link](https://math-magicians-aka.netlify.app/)
## Built
- HTML
- CSS
- Javascript
- React
- Linters (React & Redux)
- Git## Get Started
Please get your browser update.
. To get a local copy up and running follow these simple steps.
```
git clone in your terminal
```. Run
```
cd math-magicians
```Install npm
```
npm install
``````
npm run build
```Launch the server
```
run start
```Run the test
```
npm run test
```## Author
👤 **Yannick-Noel AKA**
- Location: Côte d'Ivoire
- GitHub: [@codecaiine](https://github.com/codecaiine)
- Twitter: [@yannicknaka](https://twitter.com/yannicknaka)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/yannick-no%C3%ABl-aka/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/codecaiine/math-magicians/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Thanks to Microverse
- Yannick AKA
- [ReactJs Examples](https://reactjsexample.com/tag/calculator/)