Skip to content

joekerek/nextjs-calculator

Repository files navigation

This is a simple calculator app created with Next.js. It supports parenthesized expressions as well as the following numerical operators

  • addition
  • subtraction
  • multiplication
  • divison

A modified version of the Shunting yard algorithm is used for interpreting arithmetic expressions

Getting Started

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Run tests

yarn build
yarn test

About

Testing nextjs by creating a calculator application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published