Skip to content

A Object Oriented Programming walk-through in Javascript with cats!

Notifications You must be signed in to change notification settings

robbobfrh84/Herding-Cats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Short Lecture on Object Oriented Programming OOP with Javascript

This repository was created as a learning tool to explore Object Oriented Programing(OOP) with Javascript. Naturally, cats were chosen to create a use-case for this fundamental programming skill! 🐈 ✨

What this Interactive App does...

The finished example of this app can be found in the client folder of this repository. There, open index.html in your browser to explore the final app!

  • Start by clicking a cat!
  • You should get a nice message as an alert from the cat you clicked. This cat is an object!
  • The cat's object was build dynamically with javascript's special Class function which is used as a template for creating Objects.
    • Learn more about Javascript Classes here
  • The cat's object can also be modified. Try using your arrow keys or click the arrow buttons to move the cat around the grid! 🐈🐾🐾🐾🐾
  • Hey, why not interact with other cats!?

Be sure to checkout your browser's console to see the current state of the objects as you click the cats.

LIVE LINK 🔥

https://robbobfrh84.github.io/Herding-Cats/client

About

A Object Oriented Programming walk-through in Javascript with cats!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published