Skip to content

zeliuk/doityourself-handdryer-customizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💨 FFUUSS Hand Dryer Customizer

A visual configurator for hand dryers developed for FFUUSS. This interactive project allows users to customize three different hand dryer models by changing colors, applying matte or gloss finishes, and adding custom overlay images.

Originally built as a WordPress shortcode, it has been adapted to run as a standalone front-end module.

🔁 Also available in Spanish 🇪🇸


🔗 Live Project

Officially embedded in the FFUUSS website:

👉 https://ffuuss.com/ffuuss-one/


🧪 Standalone Demos

Try the configurator in standalone mode by changing the ffuusstype parameter:


🖼️ Screenshots

FFUUSS One

FFUUSS One

FFUUSS Dom

FFUUSS Dom

FFUUSS Eos

FFUUSS Eos


⚙️ Technologies Used

  • PHP: Renders the main HTML structure dynamically based on GET parameters (ffuusstype, color, matte, etc.).
  • jQuery: Handles interactivity, color palette selection, image injection, and visual transitions.
  • Spectrum.js: Powerful color picker with full RGB support.
  • SCSS: Modular responsive styles with masking, layering, and rotation/skewing logic based on dryer type.

🗂️ Project Structure

/
├── index.php                    # Main PHP logic and HTML rendering
├── js/
│   └── custom.js               # Custom jQuery behavior
├── css/
│   ├── custom.scss             # Source SCSS styles
│   └── spectrum.min.css       # External color picker stylesheet
└── doityourself/               # Assets per model (images, masks, logos)
    ├── one/
    ├── dom/
    └── eos/

👨‍💻 Author

Developed as part of my work at Helefante
Project for FFUUSS


📄 License

This project is intended for demonstration and portfolio purposes only.
For commercial usage, please contact the developer or FFUUSS directly.

About

A visual configurator for hand dryers developed for FFUUSS. This interactive project allows users to customize three different hand dryer models by changing colors, applying matte or gloss finishes, and adding custom overlay images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors