Skip to content

wdonadelli/wd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WD Web Libraries

This project consists of the distribution of two libraries for web application development.

The Web Development tool consists of a library written in JavaScript whose purpose is to provide various tools to give dynamism and agility to the application in development. This tool is divided into two segments, one for creating JavaScript scripts (WD JavaScript Tools) and another for defining actions using attributes of HTML elements (WD Attributes Tools).

The Web Design tool (WD Style Sheet) consists of a library written in CSS whose purpose is to provide the styling of the developing application by means of basic class attributes.

Links

Inspirational References

  • ZAKAS, Nicholas C. Princípio de Orientação a Objetos em Javascript. 1. ed. Novatec,2014.
  • JARGAS, Aurelio Marinho. Expressões Regulares: uma abordagem divertida. 5. ed. Novatec, 2016.
  • SILVA, Maurício Samy. Fundamentos de HTML5 e CSS3, 1. ed. Novatec, 2015.
  • LINDSTROM, Steve. Refatoração de CSS: organize suas folhas de estilo com sucesso. 1. ed. Novatec, 2017.
  • BASSETT, Lindsay. Introdução ao JSON: um guia para JSON que vai direto ao ponto. 1. ed. Novatec, 2015.
  • SILVA, Maurício Samy. JavaScript: guia do programador. 4. ed. Novatec, 2015.
  • MDN WEB DOCS, available at https://developer.mozilla.org/.
  • W3SCHOOLS.COM, available at https://www.w3schools.com/.
  • STACKOVERFLOW, available at https://stackoverflow.com/.

Among other inspiring and collaborative minds on the world wide web.