Coder Social home page Coder Social logo

navy1985 / picrary Goto Github PK

View Code? Open in Web Editor NEW

This project forked from levhita/picrary

0.0 2.0 0.0 7.1 MB

Library that replaces the image by the alt text provided by the user

Home Page: https://adaramirez.github.io/picrary

CSS 21.24% HTML 59.01% JavaScript 19.75%

picrary's Introduction

PICRARY

forthebadge forthebadge forthebadge forthebadge forthebadge forthebadge


  • Track: Common Core
  • Course: JS Deep Dive: Create your own library using JavaScript
  • Module: Final Product

INTRODUCTION

Picrary is a library, a tool that is going to help the programmers with their work. The result of this library is an effect (it can be a hover, mouseover, etc) that acts whenever the cursor of the mouse is over an image. When this happens it is going to appear the alt text that the user decides to type over the image.


DEVELOPED FOR:

alt text


OBJECTIVE

To use a jQuery plugin that once given a container it needs to find all the images inside the container and replace them for a new element, in this case <figure> that contains the image <img> and also a <figcaption> with the alt text or attribute of the image.


Technology Tools

HTML 5

CSS 3

Boostrap

JQuery Library

Javascript

Babel

Node.js


Example of How it Works

alt text Watch the Video

How to Use

  • The user needs to install the library with: npm install picrary.

  • To add this plugin to your project you need these script tags in your html file:

<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="crossorigin="anonymous"></script>
<script src="node_modules/picrary/lib/picrary.js"></script>
<script>$('.picrary').picrary();</script>
  • Type the text you want it to appear in the alt attribute, so when the mouse is over the image it can be replaced by the text you typed.

Developed by

  • Nadya Salazar aka Navy
  • The weirdo gypsy Ada

picrary's People

Contributors

levhita avatar

Watchers

James Cloos avatar Nadya Salazar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.