AbhishekChd / cat-clicker

A simple JS app for Udacity's FEND Nanodegree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cat Clicker

This is a simple JavaScript app that keeps track of the number of clicks while on the selected photo. You may choose between five different cat photos. Once you switch to another photo your click count is lost (for now).

The live, playable game can be found here.

Project Design

I chose something simple and easy on the eyes as I'm not the best designer. I feel as though the layout works well and has a natural flow to it.

Playing Locally

Fork or download the repo and once saved locally open up index.html in your favorite browser.

Instructions

  • On load, the image displayed is a placeholder and will not count clicks
  • Choose a cat from the left menu
  • Click on the photo of your selected cat to incriment your count
  • Count is not reset upon selecting another cat

Required Dependencies

  • There are no required dependencies.

Optional Dependencies

  • There are no optional dependencies.

Pull Requests

I am the only contributor to this code (besdies the aforementioned credited sources) and the project is complete (I think). There's not much to this project but if you feel the desire to contribute I won't say no.

Licensing

This project is licensed under the MIT License and you are free to do the following with the code, subject to the conditions provided within the license found at the link above:

  • use
  • copy
  • modify
  • merge
  • publish
  • distribute
  • sublicense
  • sell

About

A simple JS app for Udacity's FEND Nanodegree

License:MIT License


Languages

Language:HTML 41.0%Language:JavaScript 32.8%Language:CSS 26.1%