An open API service indexing awesome lists of open source software.

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.

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.

![screenshot](./src/images/demo.PNG)

## 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/)