Skip to content

Repository files navigation

calculator

A small calculator web app built with React. Originally created on 4 April 2018 as an early portfolio project, only kept alive as an experiment to see how long I can maintain it for.

Development

pnpm install
pnpm run dev

Production build

pnpm run build   # output goes to dist/

To run via Docker (served by Caddy):

docker build -t calculator .
docker run -p 8080:80 calculator

About

A small calculator web app built with React.

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages