https://github.com/foxbunny/heart-button
Instagram-like heart button implementation using mostly just CSS
https://github.com/foxbunny/heart-button
Last synced: 3 months ago
JSON representation
Instagram-like heart button implementation using mostly just CSS
- Host: GitHub
- URL: https://github.com/foxbunny/heart-button
- Owner: foxbunny
- License: mit
- Created: 2022-12-27T17:30:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T17:43:01.000Z (over 2 years ago)
- Last Synced: 2025-01-26T01:32:49.889Z (5 months ago)
- Language: HTML
- Size: 753 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instragram-like ♥ button implementation using mostly just CSS
This repository contains an example of an Instagram-like heart button
implemented and animated using mostly just CSS. JavaScript has been used
sparingly to provide non-essential enhancements such as the ability to
double-click the image instead of the label, providing keyboard navigation
cues, and so on.## Running the example
The example is "run" by opening the `index.html` file in your browser. No
development servers are needed.## Live page
The live version of this code can be viewed at
[foxbunny.github.io/heart-button/](https://foxbunny.github.io/heart-button/).## Licenses
The source code in this repository is provided to you under the terms of the
MIT license. You can read the boring legalese in the
[LICENSE.txt](./LICENSE.txt) file.The photographs in the `photos` folder provided under the
[Creative Commons Attribution 2.0 Generic License](http://creativecommons.org/licenses/by/2.0/).