/cat-clicker2

Stay sharp, write a cat clicker web app

Primary LanguageJavaScript

A Cat Clicker App

About

I wrote this to practice. It's a simple model-view-controller app written in plain-old-javascript. You can select cats from a list and click on them. When you click a cat, its count increments.

Usage

Tested in Chrome 69 and Firefox 62.

  1. Clone the repo.

    git clone git@github.com:murphym18/cat-clicker2.git
  2. Serve the project directory over HTTP

    cd cat-clicker2
    http-server
  3. Load it in your browser: http://localhost:8080