Skip to content

An interactive web application featuring an electric monster that responds to mouse movements, built with HTML, CSS, and JavaScript. A fun and educational project to explore the capabilities of pure JavaScript.

License

Notifications You must be signed in to change notification settings

vlalef/tentacleflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TentacleFlow

TentacleFlow is a simple web-based application that creates a dynamic, interactive tentacle effect using HTML, CSS, and JavaScript. The tentacles follow the mouse cursor, creating a fluid and visually appealing animation. This project demonstrates basic principles of animation and user interaction in a web environment.

Features

Interactive tentacles that follow the mouse cursor Dynamic color changes and effects Animated target position with smooth transitions Demo

You can view a live demo of this project here (provide a link if you have one).

Installation

  1. Clone the repository:
git clone https://github.com/your-username/tentacleflow.git
  1. Navigate to the project directory:
cd tentacleflow
  1. Install the dependencies:
npm install

Running the Project

To start the development server and view the project in your browser, use:

npm start

This command will start a local server and open the project in your default web browser.

Development

For development, the project uses lite-server. Ensure it is installed with:

npm install lite-server --save-dev

Usage

Move your mouse around the screen to see the tentacles follow the cursor. The tentacles animate smoothly and change color dynamically.

Project Structure

  • index.html: The main HTML file for the project.
  • styles.css: The stylesheet for styling the application.
  • script.js: The JavaScript file containing the logic for the electric monster interactions

Technologies Used

  • HTML
  • CSS
  • JavaScript

Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request with your changes. Make sure to follow the existing code style and add tests for any new features.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

Inspired by basic principles of animation and user interaction. Uses requestAnimationFrame for smooth animations.# tentacleflow An interactive web application featuring an electric monster that responds to mouse movements, built with HTML, CSS, and JavaScript. A fun and educational project to explore the capabilities of pure JavaScript.

Contact

For any questions or feedback, you can reach me at [email protected]

LinkedIn

About

An interactive web application featuring an electric monster that responds to mouse movements, built with HTML, CSS, and JavaScript. A fun and educational project to explore the capabilities of pure JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published