What did you make? : A Smart Calculator web app that handles standard arithmetic plus advanced operations (square root, power, modulus, floor division) and a built-in currency converter for USD, EUR, GBP, and QAR. Originally built and tested in Python, then converted into an interactive HTML/CSS/JS web app deployed on Netlify.
What was challenging? : Setting up the local dev environment properly — I ran into a "localhost cannot be reached" error caused by a leftover Chrome debug config, and a favicon that got saved with a double file extension. Getting Live Server working correctly in VS Code took some troubleshooting.
What am I proud of? : Getting the currency converter logic working cleanly with accurate exchange rate handling, and successfully translating my original Python calculator logic into a fully working, responsive web version.
What should people know to test it? : Try switching between the Calculator and Currency tabs at the top. On the calculator side, test the standard operators plus the extras (√, ^, //). On the currency side, enter an amount, pick a "from" and "to" currency, and hit Convert.
- 1 devlog
- 0h