Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html for the theme animation and reponsive design #69

Closed
wants to merge 1 commit into from

Conversation

Bhumika-00
Copy link

New Theme
First and foremost, I’ve completely revamped the theme of the application. The new color scheme incorporates a striking blend of purple, blue, and black, creating a modern and visually appealing interface. I aimed for a balance between aesthetics and readability, ensuring that the colors are not only stylish but also easy on the eyes.

Added Animations and Transitions
In addition to the new theme, I’ve introduced various animations and transitions throughout the app. These enhancements provide a more dynamic feel as users interact with the to-do list. For instance, items now smoothly fade in and out when added or removed, and there are subtle hover effects that make the interface feel more responsive. I believe these additions will make the user experience more enjoyable and engaging.

Responsive Design
I’m also pleased to announce that the to-do list is now fully responsive. This means that it will adapt seamlessly to different screen sizes, whether users are on a desktop, tablet, or mobile device. I prioritized functionality on smaller screens, ensuring that users can easily navigate and manage their tasks regardless of the device they’re using.

Description

New Theme: The design now features a sleek purple, blue, and black color palette.
Animations and Transitions: I’ve added animations to enhance the user experience and make interactions smoother.
Responsive Design: The to-do list is now fully responsive, ensuring a great look and feel on all devices.
Fixes #(55)

Type of change

UI change
Please delete options that are not relevant.

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so that they can be reproduced.

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules

New Theme
First and foremost, I’ve completely revamped the theme of the application. The new color scheme incorporates a striking blend of purple, blue, and black, creating a modern and visually appealing interface. I aimed for a balance between aesthetics and readability, ensuring that the colors are not only stylish but also easy on the eyes.

Added Animations and Transitions
In addition to the new theme, I’ve introduced various animations and transitions throughout the app. These enhancements provide a more dynamic feel as users interact with the to-do list. For instance, items now smoothly fade in and out when added or removed, and there are subtle hover effects that make the interface feel more responsive. I believe these additions will make the user experience more enjoyable and engaging.

Responsive Design
I’m also pleased to announce that the to-do list is now fully responsive. This means that it will adapt seamlessly to different screen sizes, whether users are on a desktop, tablet, or mobile device. I prioritized functionality on smaller screens, ensuring that users can easily navigate and manage their tasks regardless of the device they’re using.



Signed-off-by: Bhumika Sharma <bhumikasharma1403@gmail.com>
@Anshgrover23
Copy link
Collaborator

@Bhumika-00 please try to run npm run lint and npm run format because checks are failing here.

@Bhumika-00
Copy link
Author

Bhumika-00 commented Oct 12, 2024 via email

@Bhumika-00
Copy link
Author

Bhumika-00 commented Oct 12, 2024 via email

@Bhumika-00
Copy link
Author

Bhumika-00 commented Oct 12, 2024 via email

@Bhumika-00
Copy link
Author

Bhumika-00 commented Oct 12, 2024 via email

@Anshgrover23
Copy link
Collaborator

@Bhumika-00 these are steps to follow in order to pass all the checks.
all the contributors should follow these else their PR will be closed

  1. go to your fork and click on sync fork and click Update Branch
  2. then go to the directory on your local machine
  3. Run git fetch origin
  4. Run git pull origin main
  5. Then resolve the conflicts if any.
  6. Then force push your branch by git push origin branch-name -f

@divanshu-go divanshu-go marked this pull request as draft October 12, 2024 09:32
@divanshu-go divanshu-go added invalid This doesn't seem right incomplete work labels Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
incomplete work invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants