Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@iamgatling iamgatling released this 08 Sep 19:47
· 4 commits to main since this release
9f0411f

Features Added

Local Storage Integration

  • To-dos are now saved to local storage, ensuring data persistence across page reloads and sessions.
  • To-dos are loaded from local storage on page load, providing a seamless user experience.
  • Local storage is updated when to-dos are edited, added, or deleted, ensuring data integrity.

Edit Box Styling

  • The edit box for to-do items has been updated with the following styling changes:
  • Sharp corners (border-radius: 0).
  • No outline when clicked (outline: none).
  • A 2px black bottom border (border-bottom: 2px solid black).
  • No border on the top, right, and left.

Bug Fixes

  • Fixed a minor issue where completed to-dos were not displayed with the "completed" style on page load.

General Improvements

  • Improved overall code structure and readability.
  • Enhanced user experience by adding local storage support, making the application more robust.