This is a simple calculator app built with Vite (React) for the frontend and Node.js (Express) for the backend. The app allows user to enter two numbers and select an operation (+, -, *, /). The calculation is performed on the backend, and the result is displayed in the UI.
node calculator-server.js
The backend will run on http://localhost:3000
npm run dev
The frontend will run on http://localhost:5173
###3. Run the test(back-end side): npx codeceptjs run
- Enter two numbers
- Choose an operation (+, -, *, /)
- Result is calculated on the backend
- Simple, modern UI