Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

49 lines (27 loc) · 1.25 KB

Linkedin Elestio examples Whatsapp

Calculator by TucanoWeb with ReactJS

Project made for one of my students, using ReactJS.

Get Starter

Install Dependencies

In the root of the project, run the command:

npm install

Run Project

Yet in the root of the project, run the command:

npm start

List of Libraries

"dependencies": {
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "mathjs": "^11.11.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-scripts": "5.0.1",
    "web-vitals": "^2.1.4"
  }