/tn-ui

Arithmetic Calculator Frontend

Primary LanguageJavaScript

TrueNorth Arithmetic Calculator

This repository contains the frontend implementation for the arithmetic calculator coded in React.

Running locally

Install dependencies with:

npm i

And run the project with:

npm run start

This starts the app in development mode. Open http://localhost:3001 to view the app.

Tests

Run tests with:

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

Building to production

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.