This is a simple React application that simulates a fishbowl with a tap to refill water. The water level in the fishbowl decreases over time and can be refilled by clicking the tap.
- Simulates a fishbowl with water that decreases over time.
- Clickable tap to refill the water.
- Fish changes state based on water level (normal, dying, dead).
These instructions will help you set up and run the project on your local machine for development and testing purposes.
- Node.js (v12 or higher)
- npm (v6 or higher) or yarn (v1.22 or higher)
- Clone the repository:
git clone https://[email protected]:marvinok26/fish_bowl_animation.git
- Navigate to the project directory:
cd fishbowl-react - Install the dependencies:
or
npm install
yarn install
To start the development server, run:
npm start