Skip to content

A simple game that explores interaction between user and the DOM using code organization techniques. Objects and their values are manipulated and users click to update the html elements.

License

Notifications You must be signed in to change notification settings

abbeyseto/Card-Clicker-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

39dc062 · Sep 4, 2018

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card-Clicker-Pro

A simple game that explores interaction between user and the DOM using code organization techniques. Objects and their values are manipulated and users click to update the html elements.

Table of Contents

Interaction

  • When a cat name is clicked in the list, the cat display area updates to show the data for the selected cat.
  • The number of clicks in the cat area are unique to each cat, and increments when the cat's picture is clicked.
  • When the admin button is clicked, the admin area appears with the inputs filled in for the currently-selected cat.
  • When the cancel button in the admin area is pressed, the admin area disappears.
  • When the save button in the admin area is pressed, the currently-selected cat's values update with the values in the admin area, and the admin area disappears.

Installation

To run the application:

  1. Download the GitHub zip file or clone the repository onto your local workstation:
  2. Open a browser window and navigate to the index.html file in your application's directory.

To view live deployment:

Dependencies

  • jQuery jQuery is a fast, small, and feature-rich JavaScript library.
  • Handlebars Handlebars provides the power necessary to let you build semantic templates effectively with no frustration.

Authors

  • Adenle Abiodun - Initial template used - Udacity

For specific ideas on how to improve this Project, contact me on adenleabbey@hotmail.com.

I will value your honest feedback. Thank you!.

Acknowledgments

  • Udacity
  • Google
  • Andela Learning Community (ALC)

About

A simple game that explores interaction between user and the DOM using code organization techniques. Objects and their values are manipulated and users click to update the html elements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published