A very simple calculator written in TypeScript, following the principles of clean architecture.
The purpose of this repo is to teach myself TypeScript and clean architecture.
-
https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html
-
https://medium.freecodecamp.org/a-typescript-stab-at-clean-architecture-b51fbb16a304
Clone the repo, run npm install and then npm start.
EC clears the expression and CLV clears the last value of the expression.
Feel free to open issues to ask questions and make suggestions.
Still under construction.