Gitea/calculator/pipeline/head This commit looks good
Details
|
||
---|---|---|
public | ||
src | ||
.eslintrc.cjs | ||
.gitignore | ||
Jenkinsfile | ||
README.md | ||
index.html | ||
package-lock.json | ||
package.json | ||
vite.config.js |
README.md
Responsive Calculator App
I built this as coursework for a Frontend certification. Check out the live demo.
This app is..
- fully functional as a calculator.
- designed to look good on a range of devices, in a range of aspect ratios.
- built with an elegant command routing system (if I do say so myself).