calculator/README.md

9 lines
474 B
Markdown
Raw Permalink Normal View History

2024-05-26 11:04:13 +00:00
# Responsive Calculator App
2024-05-26 11:04:13 +00:00
I built this as coursework for a [Frontend certification](https://www.freecodecamp.org/certification/fcc60e22726-0a94-4738-8702-3e216d14fdb2/front-end-development-libraries). [Check out the live demo.](https://demos.ajstepien.xyz/calculator)
2024-04-25 22:24:11 +00:00
2024-05-26 11:04:13 +00:00
## 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).