Link: https://simple-calculator-react.vercel.app/
Calculator built using React & Typescript that keeps track of previous calculations for user to review.
- Mobile Compatible
- Supports keyboard input
- Supports button click
- Keeps an organized history of calculations
- Built on outdated react version
- Buttons were not well aligned
- Lacked mobile compatibility
- No difference between query, result and history screens
- Simply clone the repository, run
npm install
and then runnpm start
. You should be able to access the project locally onhttp://localhost:3000
- You could also access it here: https://simple-calculator-react.vercel.app/
- React (Typescript)
- Material-UI
- I found all the images from online sources and credit goes to their respective owners
- MIT