An open API service indexing awesome lists of open source software.

https://github.com/manojpatra1991/cat-clicker

This project is created as part of Udacity Course Javascript Design Patterns
https://github.com/manojpatra1991/cat-clicker

css3 html5 javascript jquery organization udacity-fullstack-nanodegree

Last synced: about 1 month ago
JSON representation

This project is created as part of Udacity Course Javascript Design Patterns

Awesome Lists containing this project

README

        

# Cat-Clicker

This project is created as part of Udacity Course Javascript Design Patterns.

This project demonstrates the organization of code in Model, View and Controller using jQuery.

The project is a simple application which increments the number of clicks when a user clicks on a cat image. Also, the code provides scope for data manipulation.