Hello there! This repository contains the full source code for a 3D Ripple Animation using React, Three.js, and react-three-fiber. This code is meant to complement the following tutorial. If you are interested in more, check out my YouTube Channel.
To run this project, first clone the repository:
git clone https://github.com/Claeb101/3d-ripple-animation.git
Then, install the necessary project dependencies:
npm install
Finally, start a development server to run the project:
npm start
To build the project for a production environment:
npm build
Please note that this is a React project created with create-react-app
.