{"id":18778552,"url":"https://github.com/arthurspk/javascript","last_synced_at":"2025-07-14T16:06:19.521Z","repository":{"id":41269374,"uuid":"479783465","full_name":"arthurspk/javascript","owner":"arthurspk","description":"Esse repositório contém todas as minhas anotações pessoais sobre o meu estudo da linguagem JavaScript assim também como os exercícios que eu executei durante o aprendizado da mesma.","archived":false,"fork":false,"pushed_at":"2023-10-03T12:17:22.000Z","size":274,"stargazers_count":91,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T11:32:39.759Z","etag":null,"topics":["anotacoes","html","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arthurspk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-09T16:33:09.000Z","updated_at":"2025-04-03T12:31:17.000Z","dependencies_parsed_at":"2025-04-14T13:15:50.665Z","dependency_job_id":null,"html_url":"https://github.com/arthurspk/javascript","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arthurspk/javascript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurspk%2Fjavascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurspk%2Fjavascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurspk%2Fjavascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurspk%2Fjavascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthurspk","download_url":"https://codeload.github.com/arthurspk/javascript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthurspk%2Fjavascript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265314426,"owners_count":23745266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anotacoes","html","javascript"],"created_at":"2024-11-07T20:16:35.139Z","updated_at":"2025-07-14T16:06:19.490Z","avatar_url":"https://github.com/arthurspk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📒・ JavaScript: Anotações \u0026 Exercícios pessoais.\n\n\u003cimg src=\"img/js.jpg\" alt=\"JavaScript\"\u003e \u003cbr\u003e\n\u003chr\u003e\n\n# 🎇 JavaScript: Guia Pessoal \u0026 Roadmap\n\n\u003e Meu guia pessoal de estudos para JavaScript, feito para utilizar para consultas e me auxiliar e guiar durante todo meu aprendizado sobre essa linguagem de programação.\n\n# ◾ JavaScript - Parte 1°\n\n- [Váriaveis](https://github.com/arthurspk/javascript/blob/main/variaveis/variaveis.md) \n- [Classes](#) \n- [Funções](https://github.com/arthurspk/javascript/blob/main/funcoes/funcoes.md) \n- [Objetos ](https://github.com/arthurspk/javascript/blob/main/objetos/objetos.md) \n- [Classes](#) \n- [Operadores](#) \n- [Tipos de Dados](https://github.com/arthurspk/javascript/blob/main/tipos%20de%20dados/tipos-de-dados.md) \n- [Arrays e loops](#) \n- [Arrow functions](#) \n- [Funções regulares](#) \n- [Número e Operadores](https://github.com/arthurspk/javascript/blob/main/numeros-e-operadores/numero-e-operadores.md) \n- [Boolean e Condicionais](https://github.com/arthurspk/javascript/tree/main/boolean-e-condicionais) \n- [Atribuições e Ternário](#) \n- [Estruturas de Repetição](#) \n- [Estrutururas condicionais](#) \n\n# ◾ JavaScript - Parte 2° \n\n- [Destructuring](#) \n- [Rest e Spread](#) \n- [Factory Function](#) \n- [Loops e Iterable](#) \n- [Function Expression](#) \n- [Closures e Debugging](#) \n\n# ◾ JavaScript Assícrono\n\n- [JSON](#) \n- [Fetch](#) \n- [Promisses](#) \n- [API e HTTP](#) \n- [Async Await](#) \n- [History API](#) \n\n# ◾ Objetos \n\n- [Array](#)  \n- [String](#) \n- [Object](#) \n- [Function](#) \n- [Prototype](#) \n- [Number e Math](#) \n- [Array e Iteração](#) \n- [Constructor Fuction](#) \n- [Native, Host e User](#) \n\n# ◾ Dom\n\n- [Eventos](#) \n- [Navegação por Tabs](#) \n- [Classes e Atributos](#) \n- [Seleção de Elementos](https://github.com/arthurspk/javascript/blob/main/dom/dom.md) \n- [Dimensões e Distâncias](#) \n- [forEach e Arrow Function](#) \n- [Traversing e Manipulação](#)  \n\n# ◾ Efeitos no Dom\n\n- [Forms](#) \n- [Dataset](#) \n- [Modules](#) \n- [setTimeout](#)  \n- [setInterval](#) \n- [Date Object](#) \n- [Event Bubble](#) \n\n# ◾ Classes\n\n- [Classes](#) \n- [Extends](#) \n- [Get e Set](#) \n\n# ◾ Repositórios sobre JavaScript\n\n- [Facebook - React](https://github.com/facebook/react)\n- [Awesome JavaScript Projects](https://github.com/Vishal-raj-1/Awesome-JavaScript-Projects)\n- [Clean Code JavaScript PT-BR](https://github.com/felipe-augusto/clean-code-javascript)\n- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)\n- [JavaScript Algorithms and Data Structures](https://github.com/trekhleb/javascript-algorithms)\n- [33 Conceitos que todo desenvolvedor JS deve conhecer](https://github.com/tiagoboeing/33-js-concepts)\n\n# ◾ Bibliotecas e Frameworks\n\n- [Vivus](https://maxwellito.github.io/vivus/)\n- [Oh Snap!](https://justindomingue.github.io/ohSnap/)\n- [SpaceBase](https://spacebase.space150.com/)\n- [Picturefill](https://scottjehl.github.io/picturefill/)\n- [Redux](https://redux.js.org/)\n- [PurifyCSS](https://github.com/purifycss/purifycss)\n- [Lodash](https://lodash.com/)\n- [EaselJS](https://www.createjs.com/easeljs)\n- [Drop.js](https://github.hubspot.com/drop/docs/welcome/)\n- [Propeller](http://propeller.in/index.html)\n- [Core UI](https://coreui.io/)\n- [MJML](https://mjml.io/)\n- [BaguetteBox](https://feimosi.github.io/baguetteBox.js/)\n- [React Trend](https://unsplash.github.io/react-trend/)\n- [Nachos UI](https://avocode.com/nachos-ui)\n- [Yargs](https://yargs.js.org/)\n- [Extension Boilerplate](https://www.emailthis.me/open-source/extension-boilerplate)\n- [FitVids](http://fitvidsjs.com/)\n- [WebGradients](https://webgradients.com/)\n- [BigPicture](https://henrygd.me/bigpicture/)\n- [Rellax](https://dixonandmoe.com/rellax/)\n- [ScrollDir](https://github.com/dollarshaveclub/scrolldir)\n- [Reactive Listener](https://zurb.com/playground/reactive-animation-listener)\n- [Muuri](https://muuri.dev/)\n- [Eagle.js](https://zulko.github.io/eaglejs-demo/#/)\n- [Notyf](https://carlosroso.com/notyf/)\n- [Multi.js](https://fabianlindfors.se/multijs/)\n- [MoveTo](https://hsnaydd.github.io/moveTo/demo/)\n- [Anchorme](https://alexcorvi.github.io/anchorme.js/)\n- [Tent CSS](https://css.sitetent.com/)\n- [Angular.js](https://angularjs.org/)\n- [Vue.js](https://vuejs.org/)\n- [React.js](https://reactjs.org/)\n- [Aurelia](https://aurelia.io/)\n- [Ember.js](https://emberjs.com/)\n- [Express.js](https://expressjs.com/pt-br/)\n- [Moment.js](https://momentjs.com/)\n- [Glimmer.js](https://glimmerjs.com/)\n- [Underscore.js](http://underscorejs.org/)\n- [Animate On Scroll](https://michalsnik.github.io/aos/)  \n- [Bideo.js](https://rishabhp.github.io/bideo.js/) \n- [Cleave.js](https://nosir.github.io/cleave.js/) \n- [Choreographer.js](https://christinecha.github.io/choreographer-js/) \n- [Granim.js](https://sarcadass.github.io/granim.js/) \n- [fullPage.js](https://github.com/alvarotrigo/fullPage.js/) \n- [Leaflet](https://leafletjs.com/) \n- [Multiple.js](https://multiple.js.org/) \n- [Masonry](https://masonry.desandro.com/) \n- [Omniscient](https://omniscientjs.github.io/) \n- [Parsley](http://parsleyjs.org/) \n- [Popper.js](https://popper.js.org/) \n- [Three.js](https://threejs.org/) \n- [Screenfull.js](https://github.com/sindresorhus/screenfull) \n- [Polymer](https://polymer-library.polymer-project.org/3.0/docs/devguide/feature-overview) \n- [Voca](https://vocajs.com/) \n- [Particles.js](https://vincentgarreau.com/particles.js/)\n- [Lax.js](https://github.com/alexfoxy/lax.js)\n- [WOW](https://wowjs.uk/)\n- [Animate](https://animate.style/)\n- [ScrollMagic](https://scrollmagic.io/)\n\n# ◾ Bibliotecas de Fontes\n\n- [Typerface.js](https://css-tricks.com/typefacejs-a-sifr-alternative/)\n\n# ◾ Bibliotecas de Animações\n\n- [Anime.js](https://animejs.com/)\n- [JSTweener](https://github.com/valera-rozuvan/JSTweener)\n\n# ◾ Bibliotecas de Formulários\n\n- [wForms](https://github.com/veerwest/wforms)\n- [Validanguage](https://github.com/gcao/validanguage)\n\n# ◾ Bibliotecas de Base de Dados\n\n- [TaffyDB](https://taffydb.com/)\n- [ActiveRecorde.js](https://github.com/matthewwolfe/active-record-js)\n\n# ◾ Biblioteca de Efeitos de Imagem\n\n- [Pieces](https://github.com/lmgonzalves/pieces)\n- [CamanJS](http://camanjs.com/)\n- [ImageFX](https://github.com/s-silva/imagefx)\n- [Oridomi](https://oridomi.com/)\n- [Glfx.js](https://evanw.github.io/glfx.js/)\n- [StackBlur](https://github.com/flozz/StackBlur)\n- [VintageJS](https://vintagejs.com/)\n- [Sticker.js](http://stickerjs.cmiscm.com/)\n- [Magnifier.js](https://mark-rolich.github.io/Magnifier.js/)\n- [Intense Images](https://tholman.com/intense-images/)\n- [WebGL Image Filter](https://github.com/phoboslab/WebGLImageFilter)\n- [Add a little magic!](https://gist.github.com/CodeMyUI/bea97056758e585719cb)\n- [Blur on Scroll + Simple Parallax](https://gist.github.com/benjaminsehl/21992c8cdb534d9ff009)\n\n# ◾ Bibliotecas de Manipulação do DOM\n\n- [jQuery](https://jquery.com/)\n- [Umbrella JS](https://umbrellajs.com/)\n\n# ◾ Bibliotecas de Tratamento de dados\n\n- [D3.js](https://d3js.org/)\n\n# ◾ Bibliotecas de Interface do usuário e seus componentes\n\n- [React.js](https://pt-br.reactjs.org/)\n- [Glimmer.js](https://glimmerjs.com/)\n\n# ◾ Bibliotecas de Visualização de dados em mapas e gráficos\n\n- [Chart.js](https://www.chartjs.org/)\n- [Apexchart.js](https://apexcharts.com/)\n- [Algolia Lugares](https://community.algolia.com/places/)\n\n# ◾ Bibliotecas de Desenvolvimento de Games\n\n- [JawsJS](https://github.com/ippa/jaws) \n- [Crafty](https://craftyjs.com/)\n- [DarlingJS](https://darlingjs.github.io/) \n- [Enchant.js](https://github.com/wise9/enchant.js/) \n- [Backbone Game Engine](https://martindrapeau.github.io/backbone-game-engine/) \n\n# ◾ Bibliotecas de Toast Notification\n\n- [Noty](https://ned.im/noty/#/)\n- [Toastr](https://codeseven.github.io/toastr/)\n- [AlertifyJS](https://alertifyjs.com/)\n- [BootboxJS](http://bootboxjs.com/)\n- [SweetAlert](https://sweetalert.js.org/docs/)\n- [SweetAlert2](https://sweetalert2.github.io/)\n\n# ◾ Bibliotecas de Carousel\n\n- [Slick](https://kenwheeler.github.io/slick/)\n- [UIKit](https://getuikit.com/docs/slider)\n- [Splide](https://splidejs.com/)\n- [Swiper](https://swiperjs.com/)\n- [Glide.js](https://glidejs.com/)\n- [Owl Carousel 2](https://owlcarousel2.github.io/OwlCarousel2/)\n- [Embla Carousel](https://www.embla-carousel.com/)\n\n# ◾ Frameworks \n\n- [Angular](https://angularjs.org/)\n- [Bootstrap](https://getbootstrap.com/)\n- [Aurelia](http://aurelia.io/)\n- [Vue.js](https://vuejs.org/)\n- [Ember.js](https://emberjs.com/)\n- [Node.js](https://nodejs.org/en/)\n- [Backbone.js](https://backbonejs.org/)\n- [Next.js](https://nextjs.org/)\n- [Mocha](https://mochajs.org/)\n- [Ionic](https://ionicframework.com/)\n- [Webix](https://webix.com/)\n- [Gatsby](https://www.gatsbyjs.com/)\n- [Meteor.js](https://www.meteor.com/)\n- [MithrilJS](https://mithril.js.org/)\n- [ExpressJS](https://expressjs.com/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurspk%2Fjavascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthurspk%2Fjavascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthurspk%2Fjavascript/lists"}