Closed TusharGupta-Developer closed 1 month ago
Hi @pawarspeaks, could you please add the hacktoberfest
label to this issue and assign it to me? I would love to work on it. Thank you!
I am working on that #51
This is already done at #51
@TusharGupta-Developer we have another contributor who is working on a ui revamp may be you can find the other other listed issues or raise one. Thanks!
Problem:
The React application currently lacks dynamic scroll-based animations, leading to a static and less engaging user interface.
Solution:
Integrate
ScrollReveal.js
to implement smooth, scroll-triggered animations across key components.Benefits:
Steps:
ScrollReveal
using npm:npm install scrollreveal
.ScrollReveal
in the required React components.useEffect
.This will improve user experience by introducing smooth, engaging animations tailored to React components.