Skip to main content

JSbooks notepad

 file:///C:/Users/Shubrajit%20Acharjee/Downloads/JavaScript%20and%20JQuery_%20Interactive%20Front-End%20Web%20Development%20(%20PDFDrive.com%20).pdf



file:///C:/Users/Shubrajit%20Acharjee/Downloads/javascript-closure.pdf




https://leanpub.com/understandinges6/read/



https://pepa.holla.cz/wp-content/uploads/2016/08/Learning-JavaScript-3rd-Edition.pdf


file:///C:/Users/Shubrajit%20Acharjee/Downloads/thejsway.pdf




http://www.r-5.org/files/books/computers/languages/escss/fp/Nicholas_C_Zakas-Understanding_ECMAScript_6-EN.pdf




http://java.ociweb.com/mark/STLJS/ES6.pdf


http://archive.oreilly.com/oreillyschool/courses/advancedjavascript/Advanced%20JavaScript%20Essentials%20v1.pdf



projects:

◾ Spock Rock Game - Confetti.js, Modules

◾ Quote Generator - Fetch, Async/Await, Quote API, CORS

◾ Picture-in-Picture - Picture-in-Picture API, Screen Capture API

◾ Bookmarks App - DOM, localStorage

◾ NASA APOD - Fetch, Async/Await, NASA API, DOM, localStorage

◾ Animated Navigation - CSS Animations

◾ Infinite Scroll - Fetch, Async/Await, Unsplash API, DOM, Scroll Event Listener

◾ Countdown App - Date, localStorage

◾ Music Player - HTML 5 Audio API

◾ Calculator - Math Methods

◾ Splash Page - DOM Basics

◾ Light/Dark Mode - DOM, localStorage

◾ Form Validation - DOM, Forms

◾ Joke Teller - Fetch, Async/Await, Joke API, Text-to-Speech

◾ Video Player - HTML 5 Video API

◾ MS Paint Clone - Advanced HTML Canvas, localStorage

◾ Pong Clone - Advanced HTML Canvas

◾ Math Sprint Game - SetInterval, DOM, Array Methods, localStorage

◾ Animated Template - Template, AOS.js

◾ Drag and Drop - Drag and Drop API, localStorage

Comments

Popular posts from this blog

Blog #12

Its 6:50PM in the evening. I started Django yesterday, and as expected problem arrived while I'm in PowerShell for preparing Django. However, I solved it using commands like pip install Django & pip install Django --upgrade(tutorial by code with harry youtube videos), and after that error occurred: pip is not recognized and I again download python from its official website and the error was solved hopefully. After that, I created a folder djangoproject and go to vs code terminal and run a command "django-admin startproject <newfoldername>",  but showed me "django-admin startproject hello django-admin : the term 'django-admin' is not recognized as the name of a cmdlet function script file or operable program. check the spelling of the name or if a path was included verify that the path is correct and try again."   Reason of this error is because of the file path/directory in Powershell. Its needs to change.  So my first approach was to go to adm...

Blog #2

Good morning Humans! Its 10:56 AM in the morning, I just wake up and thinking what to do today. Today I am gonna learn flask chapter I.e. basis app structure and templates and do a little bit of coding. Make some files to learn Github after completing flask chapters. Easy enough for today.