bnemchak / tamagotchi

0 stars 0 forks source link

Description

Tomagotchi is my first attempt at a project with webpack, modules, and SASS styling only.

Feature List

How To Run

  1. Clone down this repo
  2. Run npm install
  3. Use your favorite http server (like http-server) to serve it up (npm start)
  4. In your browser, go where it's being served (default is localhost:8081)

Contributors

TODO/Feature Request

code block example:

  <div id="app">
    <div id="progress"></div>
    <div id="eat" class="quad"></div>
    <div id="play" class="quad"></div>
    <div id="fight" class="quad"></div>
    <div id="sleep" class="quad"></div>
    <div id="pet"></div>
  </div>