A simple calculator application
Go to file
Logic Kenzie 000ea0ae2a Update README 2023-09-25 10:28:53 -05:00
.gitignore Initial commit 2023-09-25 14:32:27 +00:00
LICENSE Initial commit 2023-09-25 14:32:27 +00:00
README.md Update README 2023-09-25 10:28:53 -05:00
index.astro Upload Calculator 2023-09-25 10:16:54 -05:00

README.md

Calculator

Simple calculator app Hosted at https://logically.cc/calc

Note that this source is uncoupled from the components required to run it standalone

Use Project Standalone

You'll want to run npx create-astro to use this project standalone. Then, you can clone this project into the src/pages directory and then run npx astro build to have the finished product we release on logically.cc