https://github.com/studiomotio/zeroclick
A web concept for a zero click user experience
https://github.com/studiomotio/zeroclick
concept esnext experiment javascript jest microbundle npm-package plugin user-experience ux ux-experience web webpack zero-click
Last synced: 10 months ago
JSON representation
A web concept for a zero click user experience
- Host: GitHub
- URL: https://github.com/studiomotio/zeroclick
- Owner: studiomotio
- License: mit
- Created: 2019-12-29T16:38:44.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:56:03.000Z (about 1 year ago)
- Last Synced: 2025-05-12T08:07:15.809Z (10 months ago)
- Topics: concept, esnext, experiment, javascript, jest, microbundle, npm-package, plugin, user-experience, ux, ux-experience, web, webpack, zero-click
- Language: JavaScript
- Homepage: https://zeroclick.js.org
- Size: 5.67 MB
- Stars: 30
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# zeroclick – [](https://www.npmjs.com/package/@studiomotio/zeroclick) [](https://bundlephobia.com/result?p=@studiomotio/zeroclick) [](https://github.com/studiomotio/zeroclick/actions?query=workflow:"CI") [](https://coveralls.io/github/studiomotio/zeroclick)
A **web concept** for a zero click user experience.
[](https://zeroclick.js.org/)
## Intro
This plugin is a **web concept for a zero click user experience**, meaning that the user doesn't need to click any links to properly navigate between your website's pages.
Even if this package may seems funny at first, it has **many advantages**:
- discover the no click navigation: just hover the link and go!
- improve accessibility for users that could have difficulties to click
- use `Promise`: wait for something before leaving the page
- create captivating interactive animations
- works great with [@barbajs](http://barba.js.org/)
- compatible with touch screens
- perfect for a cool portfolio!
## Documentation
Here you will find the documentation describing **how to use** the plugin.
1. [How it works](DOCUMENTATION.md#how-it-works) - how the plugin do the stuff
2. [Install](DOCUMENTATION.md#install) - how to install and use the plugin
3. [Properties](DOCUMENTATION.md#properties) - available properties
4. [Methods](DOCUMENTATION.md#methods) - available methods
5. [Events](DOCUMENTATION.md#events) - available events, callbacks and data attributes
## Disclaimer
As the plugin create an **"untrusted" `MouseEvent`** in order to simulate a user "click", some browsers may interpret `target="_blank"` links as **intrusive pop-up**. Be sure to ignore/ban those kind of links from your site.
## Contribute
If you want to report a bug or request a new feature/improvement, please **read the project [contributors guidelines](.github/CONTRIBUTING.md) before**. Thanks for taking time to contribute.
## License
The project is developed under the **MIT** license:
- **Permissions**: This software and derivatives may be used for commercial purposes, you may distribute this software, this software may be modified and you may use and modify the software without distributing it.
- **Conditions**: Include a copy of the license and copyright notice with the code.
- **Limitations**: Software is provided without warranty and the software author/license owner cannot be held liable for damages.
Read the [full license](LICENSE.md) for more information about your rights.
## Questions?
If you have any questions, please **feel free to contact us!**
[hello [at] studiomotio.com](mailto:hello@studiomotio.com)