This is a simple calculator project that was generated with Vite and written with React, it supports all the basic operations of a calculator including decimals.
First, clone the project using this command:
git clone https://github.com/yaitelhajabdeslam/ReactJs-Calculator.git
Second, navigate to the root directory of the project and run:
1. npm install
2. npm run dev
and the project should be up.