Skip to content

itsberriver/reactCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧮 REACT CALCULATOR 🧮

The project in use

About the project

This is an application developed with React, an interactive calculator that performs the four basic arithmetic operations (addition, subtraction, multiplication and division).

This application is part of one of the exercises created by Estefania Cassingena Navone for the course Aprende React Desde Cero published on the YouTube channel 'FreeCodeCamp Español'.

Cloning repository

If you want to see the project's code, you should first clone this repository, to do this, open the terminal in the file you want the project to be saved and run the following command:

$ https://github.com/itsberriver/reactCalculator.git

But if you only want to see the project in use, you can see it here.

Installing Modules

To install the necessary modules for the application, you must execute the command the following commands.

npm install

$ npm install mathjs

Run the project

To run the application, you must execute the command:

npm start

The application will automatically open in the browser configured by default on your device and run on your localhost.

Tools that made possible this project

  • HTML
  • CSS
  • GitHub
  • Figma
  • VScode
  • React
  • Javascript

Future updates

-limit the numbers on the screen

Developers

Acknowledgments

To Estefania Cassingena Navone for teaching so well and freeCodeCamp Español for uploading the tutorial! 🧡🧡

Releases

No releases published

Packages

No packages published