Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 589 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 589 Bytes

Calculator

screenshot of sample

This application was developed using the React library.


The following technologies were used in the development:

  • HTML5
  • CSS3, Flexbox
  • JavaScript, React
  • Node.js
  • Create React App
  • Git

You can fork and clone the project. To set up a development environment in a cloned project:

  1. You must have a Node.js installed;
  2. In the console, go to the folder calculator_react;
  3. Enter the npm i in the console to install all the dependencies and the Create React App.