https://github.com/yothu/math-magicians-react
Web Application that works as a Calculator, my first React project.
https://github.com/yothu/math-magicians-react
calculator-application reactjs web-application
Last synced: 9 months ago
JSON representation
Web Application that works as a Calculator, my first React project.
- Host: GitHub
- URL: https://github.com/yothu/math-magicians-react
- Owner: Yothu
- Created: 2022-02-06T22:51:02.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-06-18T02:00:19.000Z (over 3 years ago)
- Last Synced: 2025-04-23T21:09:08.153Z (9 months ago)
- Topics: calculator-application, reactjs, web-application
- Language: JavaScript
- Homepage:
- Size: 1.82 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Math Magicians React
> This project is about creating a web aplication that works as a calculator, project created with the purpose of learning React.
## Built With
- JavaScript, CSS
- React, Bootstrap
- Webpack
## Live Demo (if available)
[Live Demo Link](https://livedemo.com)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
You need to be able to use Node Package Manager, or also called, the `npm` command.
If you dont have it, install it with these commands in the CLI (for Linux):
`curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -`
`sudo apt install nodejs`
Then, run this command in the CLI:
`npm --version`
If the previous command prints a single line with a version number on screen, `npm` was installed.
### Install
First you need to clone the repository into the folder of your choice with this command:
`git clone https://github.com/Yothu/math-magicians-react.git`
Then go inside the repository foler with this command:
`cd math-magicians-react`
After you are inside, download the `npm` dependecies with this command:
`npm install`
Finally, show the project through the browser with this command:
`npm start`
### Usage
So far the project has no functionalities.
## Author
👤 David Vergaray
- GitHub: [@Yothu](https://github.com/Yothu)
- Twiter: [@Daivhy](https://twitter.com/Daivhy)
- LinkedIn: [David Vergaray](https://www.linkedin.com/in/david-vergaray-almontes-051a11127/)
## 📝 License
This project is [MIT](./MIT.md) licensed.
## Show your support
Give a ⭐️ if you like this project!