Mouse Follower
ReactCSSHTML
Wednesday, July 19, 2023
Mouse Follower
About the Project:
The Mouse Follower project serves as an example of utilizing the useState and useEffect hooks in React. When the user clicks the active button, a circle follows the direction of the mouse cursor anywhere within the window. Clicking the active button again stops the circle from following the mouse cursor.
Tech Stack:
- React JS
- HTML
- CSS