This is a simple calculator created extracurricularly during the programming course. The calculator page is still being improved.
- HTML
- CSS
- JS
- TS
- BEM convention
- grid layout
If you want to learn more and test the functionality of my first website, click below:
👇
My logo:
let x = "Thank you for your time";
console.log(x);
// :)
(TS to JS):
tsc script.ts --target ES6 --strict
(tsconfig.json):
tsc --init