This is a Next.js project that lets you use a simple yet fully-functionnal calculator.
example.mp4
npm run dev
Or if you have other alternatives to npm:
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/page.jsx
. The page auto-updates as you edit the file.