Monster JavaScript Course - 50+ projects and applications

Monster javascript Course - 50+ projects and applications

Video: .MP4, 1280x720 | Audio: AAC, 44 kHz, 2ch | Duration: 43h

Genre: eLearning | Language: English | Size: 22 GB


 

Portfolio builder loaded with projects and applications that you can use, extend on and enhance to add to your portfolio

 

What you'll learn

How to use javascript

Explore javascript Document Object Model

Manipulate elements using javascript

How to create elements dynamically

Develop Basic javascript Skills

 

JUST GOT BIGGER - more updates to come - YOU FOUND IT

 

Grow your portfolio - showcase what you can build with javascript

 

Learn javascript have fun with interactive and dynamic web applications.

 

Over 529 downloadable resources - 57 articles - 43+ hours on-demand video, 57 Sections

 

Over 614 HD video lessons

 

Over 51+ projects and web applications. Projects can be used as started projects to extend and enhance. All javascript focused.

 

4 downloadable ebook guides 200 pages and 3 x 60 pages - with code and resource links

 

No libraries JUST javascript and javascript DOM

 

This is the course you've been looking for..........

 

Everything you need to get started with javascript, expand your knowledge about using javascript, and more included.

 

It’s arrived, and bigger than expected!!!

 

For anyone who wants to supercharge their javascript learning - building and applying javascript to over 50 projects and challenges… this course is for YOU!!!!

 

From javascript beginners to all levels, course is presented in a fun interactive format that will challenge you. Move through the lessons of the course as you want to learn them, variety of ways to benefit from it. Learn alongside, try before you see the solution, try after you view the solution. It’s up to you! Unique format for learning encouraging you to try the code. Of course source code is included in every step of the way.

 

Most often asked for ARE PROJECTS - and this course delivers! Over 50 and will grow over time as more projects and challenges get added. You can select the projects you want to do or take them in order, it’s up to you.

 

Loaded with games and so many mini projects guaranteed to help you learn more about javascript and DOM manipulation. All javascript code no libraries or short cuts.

 

Explore how to apply javascript to create interactive and dynamic web content - that will impress your friends.

 

Extend on the projects and add them to your portfolio, to showcase skills you have learned.

 

Useful real world projects coded with simple javascript for developers of all levels.

 

No better way to learn than to try the code and produce something fun and useful with it. Learn to create amazing things with javascript bringing your web content to life.

 

This will keep you busy and provide you the opportunity to learn and experiment with code. Try it. All the projects are designed in a starter type format so that you can build on them and customize to make it your own.

 

Only on Udemy - you won't find it anywhere else :)

 

Portfolio Builder 50+ projects

 

This course includes full introduction to coding with javascript, all core syntax and how to apply it to make things happen. Create your own code - loaded with challenges and code snippets.

 

Includes 2 downloadable ebook guides - over 250 pages. +++++ BONUS CONTENT

 

Over 50 Projects to try and see how javascript can be applied in the REAL WORLD - perfect to practice javascript, Challenge yourself, and see javascript in action. Supercharge your portfolio by trying and applying your own version of the projects. This is an excellent way to showcase a wide variety of code snippets and see it in action.

 

Step by step learning with challenges within the lectures and of course SOURCE CODE is included. There are over 400 downloadable code snippets to keep you busy.

 

Modular course design so that you can take lessons sequentially or skip to the ones most interesting and on projects you want to learn first. Take a few do them all, its up to you!

 

Variety of code with several approaches to get you more familiar with javascript.

 

Learning approach is to demonstrate the code and then have you try it!

 

What you will learn.....

 

Course Introduction : Welcome to the course, how to guide

 

javascript fundamentals : Getting started with javascript. 4 Challenges, 202 Page Ebook, Resources, Code Examples

 

javascript DOM : javascript Document Object Model creating interactive and dynamic content with javascript. 4+ Challenges, 60 page Ebook, resources, code examples.

 

javascript Advanced : Covering using javascript methods like Date, Fetch, xHR, string methods and more. Comes with 60+ page guide 3+ Challenges, resources, code examples.

 

Tip Calculator : Use Math to calculate a value. Get an input from the user and use it in the calculation. Update the HTML to show the final value.

 

Welcome messages : Get input value and output to the screen a welcome message to the users name that is entered into the input field.

 

Dynamically changing message : Uses value to show different messages. Customized message using javascript dependent on time of day

 

Coin Toss Application : Coin Toss Application - is it heads or tails javascript. Simple VS game you against the computer.

 

Rock Paper Scissors Game : Who wins ??? Rock Paper Scissors. Paper > Rock > Scissors > Paper > Rock. Pick one at random - see who wins

 

Ultimate Dice Game : Apply game logic and flow making a javascript Dice Game. Highest rolls wins you vs the computer

 

Play audio files and sounds : Create interactive audio using javascript. Click a button play an mp3 file.

 

javascript Dynamic Typing Test : Create an interactive typing test for web users with javascript code. Random Phrases for typing test. Checks for errors counts errors in words

 

Functionator Function practice : Learn and explore more about functions. Select movement by key presses, run the sequence of movements. Remove movements by click on the step.

 

Magic Eight Ball javascript : Magic 8 Ball - find out the answer to your questions. Getting data from input field outputting a random response.

 

Combination guesser Game : Can you guess the secret combination. Random combinations. Provides feedback when wrong value is selected - Blue guess was low - Red guess was high - Green guess was correct. No HTML elements all javascript created

 

Word Scramble - guess the word : javascript arrays - randomize array contents Element selection and manipulation of DOM content. Simple random word scramble - check if the input matches the random word

 

Countdown Timer : Countdown Timer - Pick a date and see how much time is left with a dynamically updating counter. Local Storage to store end time. Time Interval and clear for website updates

 

Pattern matching game : Pattern matching game Use of javascript to setup game board grid. Watch a sequence of light up colors. Click the colors in the same sequence to progress.

 

Click Popper Game : Create a fun interactive DOM based game with javascript. Click only + items as they show up, see how much you can score in the time provided.

 

High Low Card Game : Create an interactive simple card game which the user needs to select either higher or lower guesses on the following cards using the current card as the value. Build a deck of cards array and objects construction. Create elements. Add style and CSS. Random cards. Check win/loss

 

Click Shape Game : Random shapes appear on screen the objective is the user needs to click them quickly. javascript mini game using the DOM for element updates and manipulation. Only javascript to style and create elements

 

Word Finding Game : Word scrambler. Hover over the red boxes to find scrambled words. Click the one that matches the select this word value.

 

javascript Car Game : Drive your car avoid the other cars. Use the keyboard to move the car element. Random movement of other cars. Use of RequestAnimationFrame . Movement of element on Keypress. Element manipulation CSS and Style. Check Collision Detection

 

Input field Character counter : DOM selection and manipulation with input fields and updating getting values from form inputs using javascript. Turn red when the max number of characters is reached.

 

Element Scrolling Content Code Snippet : Apply javascript to select elements and event triggers. Use javascript to move element contents, track position of element and mouse. Update scroll speed.

 

Fun with the Document Object Model : clone elements - update element style and move elements. Random Color Generator. Create elements, move elements, remove elements.

 

Just javascript Click Counter : Build content using javascript Only count user clicks on dynamically created elements. Create elements and add style all using javascript.

 

Image popup window : javascript event listeners on images. Once clicked image shows in div and rest of the screen is darkened. Close the div send back to hidden.

 

javascript Word Guessing Hangman game : Create a dynamic and interactive game from scratch. Create interactive letter buttons, dynamically. Random word from an array. Check for letters in word show results with feedback visually. 

 

javascript Modal Popup Example : Create interactive popup windows using javascript Manipulate elements using javascript. Shows modal content in element, darkens the rest of page content.

 

Image Carousel javascript animated slideshow application : Interval timeout creating elements using javascript. Animated and interactive image slideshow changes images and text.

 

Star Rating project : Event triggers update element classes. Change styling on hover and on click. Store results and display to the user.

 

Plane Bomber game : Apply javascript to create an interactive game. Keyboard events tracking and movement of elements. Collision Detection of elements. Press spacebar to drop elements on target.

 

javascript Accordion component : Explore how to create an accordion component for websites using javascript. Click to reveal hidden element content under link. Remove visible on click.

 

Chaser Box game : Create the game board using javascript. Create one box as green and another as red. Not the same one. Track keyboard presses and move the red box until it is on top of the green one.

 

Tooltip : Explore how to apply javascript to create a simple tooltip code snippet. Show popup tooltip over words when mouse is on top of element.

 

Email Exacter application : Build a dynamic email extracting application with javascript. Use of RegEx Pattern Match. Paste text click a button see only emails, unique emails found in string.

 

Popup message : Click an element, shows modal popup message with close button. Message contents from element attributes.

 

Clipboard - Copy and Move : Explore how you can use javascript to select content from input fields and copy content to users clipboard. Get content from textarea add content to clipboard or other textarea.

 

Pure javascript Calculator : Use javascript arrays to create calculator dynamically. Get input values and calculate output for display to user.

 

Editable Shopping List : Create Dynamic Content from input values. Add items to list, remove items from the list. Edit items inline within the list. Update list items

 

Placeholder image path generator : Select input values add event listeners on change update output content using javascript. Use input values to create path for images from placeholder

 

Catch element game : Moving element moves quickly, try to click the element and see what happens. (it turns red) Tracking of mouse coordinates and use of requestAnimationFrame for animation.

 

Element Mouse and click events : Create element track time it takes player to click the element - javascript game. Exercise to practice element style.

 

Create Form Validation : Explore how to apply javascript to create form input validation on form submission. Check values to ensure they meet requirements set within javascript conditions. Update element input field messages.

 

Cookie get set tester : Apply javascript to create interactive form to test cookies. Get Set and Delete cookies from the browser.

 

DOM interaction Application : Create a dynamic interactive web application to update DOM elements, add toggle classes, create new elements dynamically and remove elements. Form selection and input fields to dynamically manipulate elements.

 

Google Sheet data to CSV exporter : Create CSV files for download from arrays. Create CSV for download using Google Sheet as data source. User clicks and the file will download to their computer.

 

Flying bird game : Listen for keyboard presses, track and move element accordingly. javascript RequestAnimationFrame for animation of content. Create Moving Obstacles for difficulty. Collision detection between elements.

 

Number Guessing Game : Guess the correct number to win. Provides feedback if number was higher or lower. Takes input value.

 

Element Catcher game : Keyboard press for element movement. Animation frame for iteration of function. Create elements and remove elements with javascript. Catch all the falling elements with your red box.

 

Alien Invader Game : Create aliens with CSS and javascript. Move aliens down. Objective is to shoot with space bar to hit aliens before they get to your level. Move the ship with arrow keys.

 

Card War Game : Create Deck of Cards. Create Game Players. Deal the cards. Visual Cards for player. All players turn over top card, whoever has the highest card gets all the cards. Objective is to get all the cards in the deck. Multiple Rounds Attack for enhanced gameplay, tie value playoff.

 

No libraries, no shortcuts just learning javascript making it DYNAMIC and INTERACTIVE web application.

 

Step by step learning with all steps included.

 

Beginner javascript knowledge is required as the course covers only javascript relevant to the building of the game. Also HTML and CSS knowledge is essential as scope of this course is all javascript focused. 

 

Along with friendly support in the Q&A to help you learn and answer any questions you may have.

 

Try it now you have nothing to lose, comes with a 30 day money back guarantee. 

 

Start building and creating with javascript today!!!!

 

Who this course is for:

Anyone who wants to practice writing javascript

javascript Beginners

Web developers

HTML and CSS coders

 

HOMEPAGE

https://www.udemy.com/javascript-course-projects/

 

Monster JavaScript Course - 50+ projects and applications

Part 1

Part 2

Part 3

Part 4


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Solid   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss