From 8eadbadb2da113bf40cc9989800617c347ff4b6d Mon Sep 17 00:00:00 2001 From: Suryakant_2003 <32999024+GivenBY@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:12:56 +0530 Subject: [PATCH] update: To-Do --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 2ab2ba9..30b59e4 100644 --- a/readme.md +++ b/readme.md @@ -34,9 +34,9 @@ This repository contains a simple drawing board implemented using HTML, CSS, and ## To-Do -- [ ] Integrate the undo button functionality. -- [ ] Integrate the redo button functionality. -- [ ] Simplify JavaScript code for better maintainability. +- [x] Integrate the undo button functionality. +- [x] Integrate the redo button functionality. +- [x] Simplify JavaScript code for better maintainability. - [ ] Implement additional drawing features: - [ ] Square tool - [ ] Circle tool