React Calculator
A beautiful and simple calculator built with React.js
Screenshot
Live version
Getting Started
Clone the repository into your local computer
Installing
First, you'll have to install the newest version of Node. Otherwise, the npx command could not be available. Then move into the project main directory on the console and follow the instructions below
Install all packages:
$ npm install
Run Local WebServer:
$ npm start
Now open the http://localhost:3000/
in the browser
Ideas for improvement
- Accept keyboard input
- Add scientific calculator options
- Make the design responsive
Built With
- JavaScript - Programming language used
- React - Framework used
- HTML - Hypertext Markup Language
- CSS - Cascading Style Sheets
- VS Code - The code editor used
Author
- Github: @kazumaki
- Twitter: @iKazumaki
- Linkedin: Vinicius Campos Carvalho
- Email: vcampos.pitangui@gmail.com
License
This project is licensed under the MIT License - see the LICENSE file for details