Go to file
andrzej 01727b5093
Gitea/calculator/pipeline/head This commit looks good Details
write readme
2024-05-26 13:22:13 +02:00
public switch to vite 2024-05-25 23:39:41 +02:00
src make responsive 2024-05-26 13:04:03 +02:00
.eslintrc.cjs switch to vite 2024-05-25 23:39:41 +02:00
.gitignore add dist to gitignore 2024-05-25 23:44:38 +02:00
Jenkinsfile correct build directory (to 'dist') 2024-05-25 23:44:53 +02:00
README.md write readme 2024-05-26 13:22:13 +02:00
index.html switch to vite 2024-05-25 23:39:41 +02:00
package-lock.json switch to vite 2024-05-25 23:39:41 +02:00
package.json add homepage to package json 2024-05-26 10:29:06 +02:00
vite.config.js switch to vite 2024-05-25 23:39:41 +02:00

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).