Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maccrazyman/math-magicians
Webpage created using React to render some cool stuff about maths and whit a useful calculator integrated
https://github.com/maccrazyman/math-magicians
css css3 javascript react reactjs
Last synced: 1 day ago
JSON representation
Webpage created using React to render some cool stuff about maths and whit a useful calculator integrated
- Host: GitHub
- URL: https://github.com/maccrazyman/math-magicians
- Owner: MacCrazyman
- Created: 2022-01-03T18:14:32.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-17T17:14:24.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T17:37:13.066Z (almost 2 years ago)
- Topics: css, css3, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://maccrazyman.github.io/math-magicians/
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Math Magician
> This is the first application created using React at Microverse
![screenshot](src/img/screenshot.png)
This app is created using React to display a Single Page Application which contains a brief introduction, a calculator and math quotes.
## Built With
- HTML, CSS, JavaScript
- React## Live Demo
[G-H pages Demo Link](https://maccrazyman.github.io/math-magicians/)
[Heroku demo](https://thawing-bastion-05829.herokuapp.com/math-magicians/)
[Netlify live demo](https://elegant-volhard-00c021.netlify.app/math-magicians/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
* A functional computer with VS Code or any functional coding software.
* Git bash or any version control software.### Setup
* Copy the repo link and clone it in your local machine
* You can execute the following command in your git bash:
````
git clone https://github.com/MacCrazyman/math-magicians.git
````### Install
* In your consle, run the following command to install the required dependencies:
````
npm install
````### Usage
* You can build the files using React scripts to generate a `/build` folder with distribution files:
````
npm run build
````
* Run React server to see the webpage working:
````
npm start
````
* You can also open the [GitHub pages deployment](https://maccrazyman.github.io/math-magicians/) to see a live version of the webpage.## Authors
👤 **Leonardo Pareja**
- GitHub: [@MacCrazyman](https://github.com/MacCrazyman)
- Twitter: [@MacCrazyman](https://twitter.com/MacCrazyman)
- LinkedIn: [Leonardo Pareja](https://www.linkedin.com/in/leonardo-pareja-pareja/)## 🤝 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!
## 📝 License
This project is [MIT](./LICENSE) licensed.