https://github.com/tedlivist/math-magicians
https://github.com/tedlivist/math-magicians
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tedlivist/math-magicians
- Owner: TedLivist
- Created: 2021-09-13T09:07:35.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2021-09-23T13:49:43.000Z (almost 5 years ago)
- Last Synced: 2023-03-10T05:02:29.344Z (over 3 years ago)
- Language: JavaScript
- Size: 1.64 MB
- Stars: 2
- 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.

## Built With
- React
## Live Demo
Visit the live link [here](https://tedlivist.github.io/math-magicians/)
## Getting Started
### Setup
#### To get a local copy up and running follow these simple example steps.
- Click the green `Code` button on the repo
- In your local PC, open your terminal in the folder you would like to clone the project.
- Clone the repo with the command: `git clone (copied link)`; like so: `git clone https://github.com/TedLivist/math-magicians.git`
- On the terminal, navigate into the directory like so: `cd math-magicians`
- Checkout to branch name like so: `git checkout [branch name]`
- Run `npm i` or `yarn` to install the dependencies
- Run `npm start` or `yarn start` to start the application
## Author
👤 **Teddy-Livingstone Ememandu**
- [GitHub](https://github.com/TedLivist)
- [LinkedIn](https://linkedin.com/in/tememandu)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc