https://github.com/shellyda/studies-javascript-advanced
Support repository for those who are studying Javascript in a more advanced way with practical examples and projects.
https://github.com/shellyda/studies-javascript-advanced
advanced-programming animation-js css3 css3-animations estudos-javascript form-validation google-maps-api html-css-javascript-jquery html5 javascript jquery jquery-ajax loja-virtual spotify-clone
Last synced: 14 days ago
JSON representation
Support repository for those who are studying Javascript in a more advanced way with practical examples and projects.
- Host: GitHub
- URL: https://github.com/shellyda/studies-javascript-advanced
- Owner: Shellyda
- License: mit
- Created: 2020-10-08T14:55:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T04:46:55.000Z (over 2 years ago)
- Last Synced: 2025-05-14T18:11:34.971Z (12 months ago)
- Topics: advanced-programming, animation-js, css3, css3-animations, estudos-javascript, form-validation, google-maps-api, html-css-javascript-jquery, html5, javascript, jquery, jquery-ajax, loja-virtual, spotify-clone
- Language: CSS
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advanced JavaScript Repository
Support repository for those diving deeper into JavaScript with practical examples and advanced projects.
## Overview
Welcome! Here, we delve into a more advanced study of JavaScript and its various functionalities.
### Main Points:
- In-depth understanding of Vanilla JavaScript
- Exploring JavaScript Frameworks: Angular, React, and Vue.js
- Utilizing different animation libraries
- Advanced concepts of dynamic events
- New variables and looping structures
## Projects:
1. **[Pure JS Animation](https://github.com/Shellyda/studies-javascript-advanced/tree/main/Testes%20com%20o%20C%C3%B3digo%20JS/Anima%C3%A7%C3%A3o%20JS%20puro)**
- Create animations using pure JavaScript.
2. **[Integrating Google Maps](https://github.com/Shellyda/studies-javascript-advanced/tree/main/Testes%20com%20o%20C%C3%B3digo%20JS/Mapa%20-%20Google%20Maps)**
- Learn how to integrate Google Maps into your web application.
3. **[Mini Virtual Store](https://github.com/Shellyda/studies-javascript-advanced/tree/main/Testes%20com%20o%20C%C3%B3digo%20JS/Mini%20Loja%20virtual)**
- Build a mini virtual store using advanced JavaScript concepts.
4. **[Spotify Clone](https://github.com/Shellyda/studies-javascript-advanced/tree/main/Testes%20com%20o%20C%C3%B3digo%20JS/Spotify)**
- Create a clone of the Spotify music streaming service.
5. **[Username Retrieval (Storage)](https://github.com/Shellyda/studies-javascript-advanced/blob/main/1-%20JavaScript%20Avan%C3%A7ado/7-%20Mistura%20de%20conhecimentos%20-%20resgatando%20o%20nome%20do%20usu%C3%A1rio.html)**
- Retrieve and store user names using local storage.
Feel free to explore each project folder for detailed instructions and advanced JavaScript implementations.
Happy coding!