From b12ceeaccf15f3856fbeb755b89085b2c11c57b7 Mon Sep 17 00:00:00 2001 From: Sushant Srivastav <63559772+sushant4191@users.noreply.github.com> Date: Thu, 27 Oct 2022 00:47:14 +0530 Subject: [PATCH] Updated on ideas. Added reference link to the basic calculator with minimal coding needed. Also, some ideas to make the calculator better with bonus features. --- Projects/1-Beginner/Calculator-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/1-Beginner/Calculator-App.md b/Projects/1-Beginner/Calculator-App.md index be10ecbb..9521424b 100644 --- a/Projects/1-Beginner/Calculator-App.md +++ b/Projects/1-Beginner/Calculator-App.md @@ -45,6 +45,7 @@ currently displayed. allows floating point numbers up to 3 places to be entered and operations to be carried out to the maximum number of decimal places entered for any one number. +- [ ] User can click a '💡' button to change the color of the calulator from dark mode to light mode and vice-versa. This might require you to keep two CSS file to change the color on javascript event command. ## Useful links and resources @@ -59,4 +60,5 @@ number. - [React Calculator](https://codepen.io/mjijackson/pen/xOzyGX) - [Javascript-CALC](https://github.com/x0uter/javascript-calc) - [Sample Calculator](https://sevlasnog.github.io/sample-calculator) +- [Sample Web Calculator](https://basic-cal.netlify.app) - [Python Calculator](https://github.com/kana800/Side-Projects/tree/master/1-Beginner/calculator)