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
- Host: GitHub
- URL: https://github.com/manojpatra1991/cat-clicker
- Owner: MANOJPATRA1991
- Created: 2017-08-04T12:48:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T13:25:24.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T22:29:00.359Z (3 months ago)
- Topics: css3, html5, javascript, jquery, organization, udacity-fullstack-nanodegree
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.