A calculator app, created with React
- node.js
- react
- react-dom
- react-create-app
- npm
- css
- es6
- webpack
- git
node.js, react, react-dom, react-create-app, npm, css, es6, webpack and git was used on this project.
this project can be found in https://github.com/firmoholanda/calculator-app-react
![app image](https://github.com/firmoholanda/calculator-app-react/raw/release/src/assets/screenshot.png)
to get started with the app, clone the repo:
$ git@github.com:firmoholanda/calculator-app-react.git
navigate into the newly created folder:
$ cd calculator-app-react
install the dependencies:
$ npm install
bundle the files and start the development server:
$ npm start
visit this link in your browser:
$ http://localhost:8000/
run tests:
$ npm test
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.<br />
You will also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.<br />
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
contributions, issues, and feature requests are welcome!
feel free to check issues page.
- fork it (https://github.com/firmoholanda/calculator-app-react/development/fork)
- create your working branch (git checkout -b [choose-a-name])
- commit your changes (git commit -am 'what this commit will fix/add/improve')
- push to the branch (git push origin [chosen-name])
- create a new pull request
firmo holanda - GitHub
give a ⭐️ if you like this project!
this project is MIT licensed.