DarkFalc0n / calcu.te

calcu-te.vercel.app
7 stars 12 forks source link

Major UI/UX Enhancements and Fixes #17

Closed simrancs closed 1 year ago

simrancs commented 1 year ago

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:

  1. Implemented responsive web design Screenshot(s): image image

    • used the concept of flexbox for responsive design
  2. Added a feature to switch between light theme and dark theme (previously there was only one theme i.e. light) image image

    • 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
  3. Minimalistic design throughout, and lesser lines of code than previous codebase

This pull request also fixes #2, #11, and #15

DarkFalc0n commented 1 year ago

Looks awesome, good work.