Skip to content

arman37/bouncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Author

Arman Bhuiyan Github / LinkedIn / Facebook / Site / E-Mail

Bouncer

This is a simple JavaScript application developed with core JavaScript without using any external JS library. In this tiny application i have tried to demonstrate how JS developers can implement OOP, Prototypal Inheritance, Static method & variable, Event Bindings, Callbacks, IIFE(immediately-invoked function expression), Anonymous functions, Method chaining, factory design pattern, Mathematics and some other JavaScript stuffs in their JavaScript application. I have developed this application totally for fun. When application starts there will appear 5-6 Kangaroos randomly bouncing around your browser window. If you click on one of them with your mouse then that Kangaroo will get attached with your cursor and will start moving wherever you move your mouse pointer. If you wanna release it from your cursor click again.

HOW TO RUN

  1. Clone the project from git.
  2. Go to 'Bouncer' directory & open 'index.html' file in your browser.

Preview

Screenshot1 Screenshot2

Contributing

If you like the project, shoot a ⭐ and feel free to fork & send PR anytime.

License

MIT licensed