Calculator made with react.
It's a calculator developed in React designed to make four simple basic operations.
This is a project created to apply my studies on react framework.
You can see a demo here.
- Basic Operations
- Error Display Animation
These instructions will allow you to obtain a copy of the project on your local machine for development and testing purposes.
You need to have Node 14+ and React installed on your machine.
Clone the project
git clone
Start project
cd react-calculator
npm start
The application should be up and running at http://localhost:3000
Ruy Araujo
This project is under MIT-license - see file LICENSE.md for details.