Note: The subject of the pull request is "Major" enhancements and fixes because the changes are made to large extent in the code; almost everything from previous codebase is removed and the code for newer and minimalistic design is written from scratch :)
Following the are major enhancements and fixes I've done:
Implemented responsive web design
Screenshot(s):
used the concept of flexbox for responsive design
Added a feature to switch between light theme and dark theme (previously there was only one theme i.e. light)
fixed the previous light theme that had odd color scheme
implemented dark theme
added an interactive button to switch themes
tapping onto the GitHub icon would redirect to the calcu.te project's GitHub repo
Minimalistic design throughout, and lesser lines of code than previous codebase
Following the are major enhancements and fixes I've done:
Implemented responsive web design Screenshot(s):
Added a feature to switch between light theme and dark theme (previously there was only one theme i.e. light)
Minimalistic design throughout, and lesser lines of code than previous codebase
This pull request also fixes #2, #11, and #15