A calculator project aimed at reviewing content about React, Tailwind and JS.
In this Project, the JavaScript Object was used as a central logic for the calculator's operation, without the use of external libraries in this regard.
- Clone the repository:
git clone https://github.com/AliceSBulhoes/Calculator
- Access the project directory:
cd Calculator
- Install dependencies:
npm install
- Start the development server:
npm run dev